sounds like a fairly common problem with regex or wildcard matching; the dot '.' denotes "any character". try escaping it: {"http", "=", ...
確定! 回上一頁