错误代码:
$("#btnLoad").bind("click",GetProduct());
正确代码
$("#btnLoad").bind("click", function() { GetProduct() });