作者: SKAN 最近更新时间: 20100916
Please do not expect UnHTM() to unformat a whole HTML file. If you have already parsed out a string, and need to unformat it to plain text, then UnHTM() would be handy.
UnHTM( HTM )
关于函数的参数和返回值, 请参阅其源码.
DerRaphael did a similiar library with same name:
* http://www.autohotkey.com/forum/topic38183.html
关于此函数(集)的更新细节和注意事项, 请参见 AutoHotkey 论坛: http://www.autohotkey.com/forum/viewtopic.php?t=51342
不存在
; #Include UnHTM.ahk #NoEnv SendMode Input SetWorkingDir %A_ScriptDir% HTM = Advertising Programs MsgBox, % UnHTM( HTM )