我需要通过在中间插入<input type="checkbox" name="lead" value="1" <?php if(isset($_POST['lead'])){echo "checked='checked'";} ?> />Lead Required<br>
将此表达式pow((x),(2))sin(x)
更改为此pow((x),(2))*sin(x)
。
尝试使用此javascript代码:
*
答案 0 :(得分:1)
var regex = /(\))\s*([\w\d])/g;
str = str.replace(regex, "$1*$2");