我正在尝试将 JavaScript 变量放入href.
href
<a href="http://google.com/{$order.paymentBefore}/{$order.guid}">click here</a>
当我使用 时href,因为我希望链接显示为“单击此处”,所以它保持原样 -->{$order.paymentBefore}/{$order.guid}不变。
{$order.paymentBefore}/{$order.guid}
javascript java variables href
href ×1
java ×1
javascript ×1
variables ×1