js问题,使用php脚本把动态参数写入javascript函数实参,在函数调用时怎么是个html对象
代码如下:<buttonclass="button"onclick="attribute_remove(<?phpecho"attribute_".$attribute_...
代码如下:
<button class="button" onclick="attribute_remove(<?php echo "attribute_" . $attribute_rows; ?>)">移除</button>
function attribute_remove(attribute) {
attribute.remove();
}
用的是wordpress
这样运行不会报错,为什么 展开
<button class="button" onclick="attribute_remove(<?php echo "attribute_" . $attribute_rows; ?>)">移除</button>
function attribute_remove(attribute) {
attribute.remove();
}
用的是wordpress
这样运行不会报错,为什么 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询