【发布时间】:2010-10-05 02:20:13
【问题描述】:
所以我有:
<input type="text" id="keyword" placeholder="placeholder" value="" />
根据链接定义值的最佳方法是什么?
即。
http://mysite.com/valueplacer?=thisisthevalue
这样做:
<input type="text" id="keyword" placeholder="placeholder" value="thisisthevalue" />
谢谢!
【问题讨论】:
标签: php jquery input hyperlink