3.1.1.3 WebMsgSetFile 方法
功能描述:
设置准备发送客户端的键值(文件)。
调用格式:
EWEBOS.WebMsgSetFile (s_Key,s_Value) |
方法参数:
参数名 |
类型 |
可选/必填 |
描述 |
s_Key |
String |
必填 |
键名 |
s_Value |
String |
必填 |
键值(文件路径) |
返回值:
无
调用示例:
EWEBOS.WebMsgSetFile("FilePath","d:/1.doc"); |