Posts Tagged “js”
js tips
by Bentz on December 7, 2009
超长换行的字符串
在换行的地方加\
|
1
2 3 4 5 6 7 |
var table = ‘<div class="table-form">\
<table>\ <tr>\ <td ><input type="button" value="关闭"></td>\ </tr>\ </table>\ </div>’; |
by Bentz on December 7, 2009
超长换行的字符串
在换行的地方加\
|
1
2 3 4 5 6 7 |
var table = ‘<div class="table-form">\
<table>\ <tr>\ <td ><input type="button" value="关闭"></td>\ </tr>\ </table>\ </div>’; |