资源描述:
《WML网站开发——手机音乐网站设计-毕业论文.doc》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、WML网站开发——手机音乐网站设计摘要WAP和WML技术是近年来新兴起的一项技术,主要应用于手机网站的开发和建设。随着这项技术的发展,手机上网的便捷性正在日益显现,相信在不久的将来,使用手机上网将变得和现在使用电脑上网一样普通,在电脑上已经实现的种种网络应用,也必将在手机上一一得到实现。因此使用WAP和WML搭建和开发适合手机的网站的技术,正在吸引越来越多人的注意力。本文主要讨论的,正是这一方面的内容。首先,文章介绍了作为WML的一个重要组成部分的WMLScript的语法及其使用方法;然后,文章以一个手机在线音乐网站为例,介绍使用ASP.NET对其从总体设计到详细设计再到运行演示的开发全
2、过程,全面分析了手机网站开发所使用到的各种技术。通过本文的介绍和讨论,可以看到,只要熟悉和了解WML,进行手机网站的开发并不复杂,甚至从某种程度上比PC网站的开发更加简单。凭借在PC平台多年积累的ASP、JSP和PHP等动态网站开发技术以及CSS等网页界面美化技术,手机网站的开发将迎来一个全新的局面。关键词:WAPWMLWMLScript手机网站ASP.NET79WML网站开发——手机音乐网站设计AbstractWAPandWMLtechnologyisanewtechnologyrisedinrecentyears,mainlyusedinmobilephonessitedevelop
3、mentandconstruction.Withthedevelopingofthistechnology,theconvenienceofmobileInternetisincreasinglyfelt.Itisbelievedthatinthenearfuture,theuseofmobileInternetwillbecomeascommonastheuseofcomputerInternet,thevariousnetworkapplicationsthathasbeenachievedonthecomputerwillalsobeachievedonthephone.There
4、forethetechnologyofusingWAPandWMLtoconstructanddevelopasitethatsuitableformobilephone,isattractingmoreandmorepeople'sattention.Thetopicthispaperdiscusses,isjustthecontentaboutthis.First,thearticledescribesasanimportantcomponentoftheWML,theWMLScript’ssyntaxandhowtouseandthen,thearticletakesaphoneo
5、nlinemusicsiteasanexample,introducestheuseofASP.NETfromitsoveralldesigntothedetaileddesignandtothedemonstrateoperationoftheentireprocessofdevelopment,comprehensivelyanalisesthevarioustechniquesusedinmobilephonesitedevelopment.Throughthepaper’sintuctionsanddiscussions,wecanseethat,aslongastheunder
6、standingofWML,amobilephonesitedevelopmentisnotcomplicated,andtosomeextentthedevelopmentofthesiteisevensimplerthanthePC.WiththeaccumulationofASP,JSPandPHP,andotherdynamicwebsitedevelopmenttechnology,andCSS,onPCplatformtheseyears,thedevelopmentofthemobilephonesitewillbecomeacompletelynewsituation.K
7、eywords:WAPWMLWMLScriptPhonesiteASP.NET79WML网站开发——手机音乐网站设计目录第一章引言11.1背景介绍11.2网站功能1第二章理论准备:WMLSCRIPT介绍22.1语句22.1.1基本语句32.1.2条件语句82.1.3循环语句102.2函数的声明与调用172.2.1函数的声明172.2.2函数的调用202.2.3函数的嵌套调用232.3预编译242.3.1外部文件252.3.2访问权限