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.
次のように配列を取得するために、速度コンテキストで文字列を分割しようとしています--
#if($stringValue.split("::")[1].length()==0) //some code
しかし、速度では機能しません。コンパイルできないパーサー エラーが発生します []
では、どうすればこのロジックを速度で実装できますか???