缘由是jquery新版本对dataType="json"要求很严格。返回的字符串必须是双引号包裹,python中要返回形如'"content"'这样的。python
dataType="json"
'"content"'