目录....................................................1...................................................2.....................................................3.............................................4...........................................4.........................................5....................................7...........................................7...........................................7.....................................7...................................8...............................8...................................9........................................10......................................10......................................11..................................14.......................................16....................................16..........................................16.................................17...........................19...........................................19......................................20...........................................21........................................23..........................................23..........................................23..................................................24....................................................26…………………………………………………………………….27摘要在这个飞速发展的信息时代,电子支付成为人们日常生活的一部分,而移动电商这个主题依旧在发展。由于原生APP(应用)的高额成本等原因,更多的公司放眼于H5-APP(应用)的制作上。H5应用与原生应用相比最大的优势在于跨平台,应用的开发人员无需针对安卓系统或者IOS系统分别进行应用开发,只需要打开目标网页,就能在全平台都适用运行。这样既减少公司在开发电子商务平台时的成本,也为更好地推广提供了便捷。本文主要提供了一种基于HTML5的移动电商响应式APP的设计思路,目前单单就HTML5而言就有多种开发软件平台,而数据库的创建以及服务器的选择也是多种多样的。本文采用了微软的VisualStudio2013编写网页前台,SQLSERVER2012创建相应的数据库,再运用IIS配置网页信息,然后利用花生壳开启相应服务器,使网页能用外网登陆。最后用Hbuilder将目标网页做成APK的形式,可供安卓用户安装并使用。关键词:HTML5移动电商响应式APP(应用)AbstractInthisrapidlydevelopinginformationage,electronicpaymenthasbecomeapartofpeople'sdailylife,andthethemeofmobilee-businessisstilldeveloping.DuetothehighcostofnativeAPP(application)andsoon,morecompaniesfocusonH5-APP(application)production.ThemostimportantadvantageofH5applicationiscrossplatform.ThedeveloperoftheapplicationdoesnotneedtheapplicationanddevelopmentoftheAndroidsystemortheIOSsystem.Itonlyneedstoopenthetargetpage,anditcanbeappliedinthewholeplatform.Thisnotonlyreducesthecostofdevelopinge-commerceplatform,butalsoprovidesconvenienceforbetterpromotion.Thispapermainlyprovidesadesignideaofmobilee-commerceresponsiveAPPbasedonHTML5.Atpresent,thereareavarietyofdevelopmentsoftwareplatformsforHTML5alone,andthecreationofdatabaseandtheselectionofserversarealsovaried.ThisarticleusestheMicrosoftVisualStudio2013towritethewebfrontdesk,theSQLSERVER2012createsthecorrespondingdatabase,thenusestheIIStoconfigurethewebpageinformation,thenusesthepeanutshelltoopenthecorrespondingserver,sothatthewebpagecanbelandedwiththeexternalnetwork.Finally,thetargetpageismadeintoAPKformbyHBuilder,whichcanbeinstalledandusedbyAndroidusers.Keywords:HTML5,Mobilee-commerce,ResponseMode,Application前言在这个飞速发展的信息时代,越来越...