函数参考


_INetExplorerCapable

将字符串转换为IE(Internet Explorer)浏览器的有效行

#include <INet.au3>
_INetExplorerCapable ( $s_IEString )

参数

$s_IEString 转换的字符串

返回值

成功: 返回转换字符串
失败: 返回空字符串,并 @error = 1

注意/说明

不能为 IE 浏览器转换 % 字符及他们的 16 进制值

相关

没有.

示例/演示


#include <Inet.au3>

MsgBox(4096, "", _INetExplorerCapable(InputBox("", "Enter a string to convert into browser readable text")))