3.1.1.2 WebMsgSetString 方法
设置准备发送客户端的键值(字符串)。
调用格式:
EWEBOS.WebMsgSetString(s_Key,s_Value) |
方法参数:
参数名 |
类型 |
可选/必填 |
描述 |
s_Key |
String |
必填 |
键名 |
s_Value |
String |
必填 |
键值(字符串) |
返回值:
无
调用示例:
EWEBOS.WebMsgSetString ("UserName","张三"); |