将字符串转换为IE(Internet Explorer)浏览器的有效行
#include <INet.au3>
_INetExplorerCapable ( $s_IEString )
$s_IEString | 转换的字符串 |
成功: | 返回转换字符串 |
失败: | 返回空字符串,并 @error = 1 |
#include <Inet.au3>
MsgBox(4096, "", _INetExplorerCapable(InputBox("", "Enter a string to convert into browser readable text")))