// Create urlParams query string var urlParams = new URLSearchParams(window.location.search); // Get value of single parameter var sectionName = ...
確定! 回上一頁