不会改变形象?

时间:2016-02-08 13:37:10

标签: javascript html css

Javascript代码:

\((?:[^)(]+|\((?:[^)(]+|\([^)(]*\))*\))*\)

HTML代码:

git push origin +g0834hg304gh3084gh:master

1 个答案:

答案 0 :(得分:0)

问题在于你的函数调用。像现在这样,不可能将url作为参数。该函数将使用以下url:.pics est2.png作为输入。你可以做的是以下事情:

更改此\

changeImage('.\pics\test2.png', 'nextpage'); // results in: .pics   est2.png

/

changeImage('./pics/test2.png', 'nextpage'); // results in: ./pics/test2.png

在这种情况下,你会让它运作