$("#myID").load("test.php");
我想直接得到,而不是用myID获取的。类似于这样的:var html = $.load("test.php");   但这样不行。