标签: jquery load
我想使用load()...
$('#profilecontainer').load('url/to/datafile');
但我需要模拟数据。我怎么做?我在哪里放数据文件,应该采用什么格式?谢谢。