Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 jquery 一起添加一些项目,我将如何去做呢?
我有。
我基本上需要添加 1 x 1.00。然后将该总计添加到运费中,以便我可以显示总计。
JS很简单
var answer = 1*1
jQuery 不是必需的,但可能会输出您的答案
$('.price').html("£"+answer);