|
|
@@ -235,14 +235,14 @@
|
|
|
list.author = $('#author').val();/* 作者 */
|
|
|
list.image_input = $('#image_input').val();/* 图片 */
|
|
|
// list.content = getContent();/* 内容 */
|
|
|
- // list.content = UM.getEditor('myEditor').body.innerHTML;
|
|
|
- list.content = list.content
|
|
|
- .replace(/\\"/g, '"')
|
|
|
- .replace(/\\\//g, '/')
|
|
|
- .replace(/\\'/g, "'")
|
|
|
- .replace(/\\\\/g, "\\")
|
|
|
- .replace(/"/g, '"')
|
|
|
- .replace(/&/g, '&');
|
|
|
+ list.content = UM.getEditor('myEditor').body.innerHTML;
|
|
|
+ // list.content = list.content
|
|
|
+ // .replace(/\\"/g, '"')
|
|
|
+ // .replace(/\\\//g, '/')
|
|
|
+ // .replace(/\\'/g, "'")
|
|
|
+ // .replace(/\\\\/g, "\\")
|
|
|
+ // .replace(/"/g, '"')
|
|
|
+ // .replace(/&/g, '&');
|
|
|
list.synopsis = $('#synopsis').val();/* 简介 */
|
|
|
list.url = $('#url').val();/* 原文链接 */
|
|
|
list.id = $('#id').val();/* 原文链接 */
|