【发布时间】:2010-07-11 04:24:16
【问题描述】:
我正在尝试将以下 HTML 作为值分配给变量类型字符串
'here's the tag
'$("#close").click(function(){$.notifyBar({ html: "Click 'close' to hide notify bar", close: true, delay: 1000000 });});
Dim htmltag = "$("#close").click(function(){$.notifyBar({ html: "Click 'close' to hide notify bar", close: true, delay: 1000000 });});"
我收到很多关于字符串中引号的错误消息。
【问题讨论】:
标签: vb.net string string-constant