$().ready(function(){
$('#a input[class=easyui-numberspinner]').val('0.00');
});有没有试过这样的写法?我使用直接的jQuery,这样都可以成功的~~~