标签: ajax response
$.ajax({ type: 'POST', url: 'parse.php', data: { g_data: content }, success: function(response) { alert("ok") } });
我的php文件:
<?php echo "result!!";
作为回应,我看到所有标签和代码