Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将变量用作掩码输入参数,但没有成功。
Dim sgra_id As String // SGRA_ID.VALUE WILL BE RETRIEVED FROM A COOKIE $('#" + tbx.ClientID + "').mask(sgra_id, { placeholder: ' ' });
谁能告诉我它是如何工作的?
可能这个可以帮助你
$('#date').mask("99/99/9999",{placeholder:"-"});
如何使用 jquery 屏蔽输入