静态页面HTML绑定动态数据.aspx,用document.write的方法!
1 Dim m As String = " 我 "" 想 "" 飞! " 2 m = m.Replace( """" , " \ """ ) 3 s.Append( """ <font color=\ "" blue\ "" > " & m & " </font> "" + " ) 4 s.Append( """ <font color='blue'> " & m & " </font> "" + " ) 5 s.Append( """""" ) 6 j.Append( " draw365keyList( " & s.ToString() & " ); " ) 7 j.Append( " function draw365keyList(s){ document.write(s); } " ) 1 <!-- 2 <%=j%> 3 // --> 转载于:https://www.cnblogs.com/T_98Dsky/archive/2005/06/07/169855.html 来源: https://blog.csdn.net/weixin_30570101/article/details/99133867