var value = str.includes("hello", "hi", "howdy");. 想象一下逗号表示“或”。 现在询问字符串是否包含hello,hi或howdy。因此,只有在其中一个 ...
確定! 回上一頁