【发布时间】:2020-01-14 18:52:24
【问题描述】:
typetext controlkey,a
typetext controlkey,c
put remoteclipboard(5) as a tree into myTree
put item 4 of myTree into a
delete every occurrence of "<!--" from a
log a
我的变量 a 将有一个 XML 标记(已注释)值,我正在尝试取消注释 XMl 标记。
【问题讨论】:
-
我的变量 a 将包含
-
现在运行代码时发生了什么?就不能像删除开头的评论标志一样把XML评论的另一边删掉吗?
标签: eggplant