This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在尝试使用 asp 中的 regularExpressionValidator 验证 GPS 坐标输入。我的输入格式为 (lat,long) 我想验证文本框以允许在 lat 上只允许 -90 到 90,在 long 上只允许 -180 到 180。有没有办法我可以做到这一点。?它还必须接受 lat 和 long 之间的逗号。谢谢