返回 WMLScript Lang 库参考手册
exit() 函数退出 WMLScript,并向该脚本的调用者返回一条消息。
Lang.exit(value)
Lang.exit("Value is 500");
脚本结束,值 "Value is: 500" 返回脚本的调用者。
Search: