測試用方法* @param a 基準值* @param b 比較值* @param c 當基準值與比較值相等時會跳出此參數的內容值*/ function test(a, b, c) { if (a===b) ...
確定! 回上一頁