$(function() { fwtk(); }); function fwtk() { var str = ""; $.ajax({ url:url+"/zctk/zctk/getById", type:"GET", data:{ id:1 }, dataType:"json", success:function (response,status,xhr) { $("#content").html(response.content.replace(/{{/g,'<').replace(/}}/g,'>').replace(/amp;/g,'')); } }); }