$('#Button_1-Other').on('propertychange input', 'input', function () {var inputVal = $(this).val();});就是怎么将inputVal这个变量变成全局变量,把var去掉我也试了,不好使