Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、文字列が
data = "success=0"
また
data = "success=1®istration=20";
すべての変数をURLVariablesクラスオブジェクトに解析する方法。
var urlVars:URLVariables = new URLVariables(data);
urlVars.decode(data);
私が正しく覚えていれば、これはあなたの問題を解決するでしょう。
var urlvar:URLVariables = new URLVariables(data);