URL validation is actually rather complicated, but the following regular expression worked for me: https?://([-w.]+)+(:d+)?(/([w/_.]*(?S+)?) ...
確定! 回上一頁