function get_id(){ var id =getParameterByName('id'); console.log(id); } function getParameterByName(name, url = window.location.href) { name = name.replace(/[\[\]]/g, '\\$&'); var regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'), results = regex.exec(url); if (!results) return null; if (!results[2]) return ''; return decodeURIComponent(results[2].replace(/\+/g, ' ')); } $(document).ready(function () { function get_data(i=0) { $.ajax({ method: "GET", url: "../about.json", dataType: "json", }) .done(function (msg) { var aboutContent = ''; var aboutInt = ''; var aboutImg = ''; var aboutViedeo = ''; console.log(msg[i]); // var res = msg.length; // console.log(res); // const limit = res; // 公司簡介 aboutContent += ' \
\
\

接案條件 condition

\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
接案區域\ '+ msg[i].WorkLoc + '\
接案類型\ '+ msg[i].WorkType + '\
接案風格\ '+ msg[i].WorkStyle + '\
接案預算\ '+ msg[i].WorkBudget + '\
接案坪數\ '+ msg[i].WorkSize + '\
特殊接案\ '+ msg[i].WorkSoho + '\
\
\
\

設計理念 idea

\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
\ '+ msg[i].DesignIdea1 + '\
\ '+ msg[i].DesignIdea2 + '\
\

|擁有工程團隊|

\ '+ msg[i].DesignTeam + '\
\

|設計師個人特質|

\ '+ msg[i].DesignerFeature + '\
\

|設計與工程融合|

\ '+ msg[i].DesignerEngineering + '\
\
\
\

聯絡設計師 contact

\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
\ 免付費電話/ '+ msg[i].TollFreeCall + '\
\ 電話/'+ msg[i].Telephone + '\
\ 地址/'+ msg[i].Address + '\
\ 傳真/'+ msg[i].Fax + '\
\ 電子郵件/' + msg[i].Email + '\
\ 網站/' + msg[i].Web + '\
\ Facebook:' + msg[i].Facebook + '\
\
\
'; aboutInt += ' \ '; console.log(msg[i].workimg.length) for (var j = 0; j < msg[i].workimg.length; j++) { aboutImg += ' \
\ \

一起展開我們的浪漫混搭生活|現代風|28坪

\
'; aboutViedeo += ' \
\ \

渲染一室輕快寫意!紓壓水彩畫變成真實生活場景,室內設計其實與作畫有些許相似,透過室內設計師的手筆,衍生出千變萬化的居家風貌,有些宛若鮮豔渾厚的油畫,有些猶如輕簡優雅的水...

\
'; } $('.sec03-1').html(aboutViedeo); $('.sec02-1').html(aboutImg); $('.banner-des-about').html(aboutInt) $('.sec01').html(aboutContent); }); } get_data(0); });