举报
Local $str = '2014年12月10日' MsgBox(0, '', StringRegExpReplace($str, '\D', '/')) MsgBox(0, '', StringRegExpReplace(StringTrimRight($str, 1), '\D', '/'))
Local $str = '2014年12月10日' MsgBox(0, '', StringRegExpReplace($str, '(\d{4})\D(\d{1,2})\D(\d{1,2})\D', '\1/\2/\3'))
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-23 01:37 , Processed in 0.142658 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.