【发布时间】:2020-09-22 22:42:08
【问题描述】:
这是我的做法,但显然是错误的:
#set( $product_link = 'https://www.viator.com/tours/x/x-x/d0-22869ALHAMBRAEXC')
<p> Link: $product_link </p>
【问题讨论】:
这是我的做法,但显然是错误的:
#set( $product_link = 'https://www.viator.com/tours/x/x-x/d0-22869ALHAMBRAEXC')
<p> Link: $product_link </p>
【问题讨论】:
只要做:
#set( $product_link = 'https://www.viator.com/tours/x/x-x/d0-22869ALHAMBRAEXC')
<p> <a href="$link">Link</a> </p>
【讨论】: