关于A标签的href属性,其中网址问号后面如何加自定义变量
请教大家关于A标签的href属性,其中网址问号后面怎么加自定义变量。
<a href="WorkShop.aspx" target="_self" >hello world</a>
举个例子:
我想实现<a href=“WorkShop.aspx?Action='CK'" target=”_self“>
但是,CK 这个值是从数据库里取出来的。
请高手给个解决方案吧!
------解决方案--------------------
Refer here:
http://www.cnblogs.com/insus/archive/2011/04/30/2033414.html
<a href="WorkShop.aspx" target="_self" >hello world</a>
举个例子:
我想实现<a href=“WorkShop.aspx?Action='CK'" target=”_self“>
但是,CK 这个值是从数据库里取出来的。
请高手给个解决方案吧!
------解决方案--------------------
Refer here:
http://www.cnblogs.com/insus/archive/2011/04/30/2033414.html