输入框时间校验

Unity InputField输入框时间校验
public static class InputFiledFormat
{

///

/// 输入框时间校验
///

/// public static void DateTimeCkeck(this InputField input)
{
//监听输入字符
input.onValueChanged.AddListener(e =>
{
if (e.Length == 5)
{
if (System.Text.RegularExpressions.Regex.IsMatch(e.Substr

输入框时间校验最先出现在Python成神之路

版权声明:
作者:Zad
链接:https://www.techfm.club/p/10802.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>