This\'ll probably be easy for someone:
var x = \'blah 相关标签:
blah
use jquery for that:
$("#divId").html()
jQuery has two methods
// First. Get content as HTML $("#my_div_id").html(); // Second. Get content as text $("#my_div_id").text();