我已经这样做了,但它不起作用
$("#txtLowValue").val('');
$("#txtLowValue").val();
Run Code Online (Sandbox Code Playgroud)
这是文本框
$('#txtLowValue').kendoNumericTextBox({
format: "##",
decimals: 0,
spinners: false,
min: 0,
max: 999998
});
Run Code Online (Sandbox Code Playgroud)