x2100网易轻博客

网易轻博客  时间:2021-01-13  阅读:()
3DStudioFileFormat(3ds).
AutodeskLtd.
DocumentRevision0.
93-January19973D-StudioFileFormat(.
3ds)AutodeskLtd.
DocumentRevision0.
93-January1997RewrittenbyMartinvanVelsen(email:vvelsen@ronix.
ptf.
hro.
nl)andRobinFercoq(3ds-bin+mli)(email:robin@msrwww.
fc-net.
fr)BasedondocumentationbyJimPitts(email:jim@micronetics.
com)Sourceupdateprovidedby:AlbertSzilvasy(email:szilvasy@almos.
vein.
hu)AlotofthechunksarestillundocumentedifyouknowwhattheydopleaseemailmeMartinvanVelsen,RobinFeroqorJimmPitts.
AsIgetmoreinformationonthefileformat,Iwilldocumentitforeveryonetosee.
Iwillpostthisregurlarlytoalt.
3dandalt.
3d-studioandIcanbecontactedthereifmyemaildoesnotwork.
(Alsoseethe3d-studiomaterial.
mlidocumentationbyRobinFeroq.
)Disclaimer.
Thisdocumentdescribesthefileformatofthe3dsfilesgeneratedby3d-studiobyAutodesk.
Byusingtheinformationcontainedwithin,youagreenottoholdanyoftheauthorsliableif,fromitsuse,youf^Hmucksomethingup.
OKAutodeskhasatnotyetreleasedtheofficalspecificationsofthe3d-studioformats.
YouwillthereforreceiveNOsupportfromAutodeskoranycompanyrelatedtoAutodeskconcerningthenatureandcontentsofthe3d-studiobinary.
3dsand.
mliformats.
Awarningbeforehand.
Thisdocsdescribestheformatof3dsfilesproducedbyversion3.
0andhigherof3d-studio.
Youcanfindthisversioninformationatbyte29inthebinaryfile.
Thisdocumentcanbefoundontheregularnewsgroups:alt.
3dandalt.
3d-studioItcanalsobefoundat:"http://www.
mediatel.
lu"Contents1.
Introduction2.
Chunksanyone3.
3DEditorchunks4.
Keyframerchunks5.
CODE1.
IntroductionThe3dsfileformatismadeupofchunks.
Theydescribewhatinformationistofollowandwhatitismadeupof,it'sIDandthelocationofthenextblock.
Ifyoudon'tunderstandachunkyoucanquitesimplyskipit.
Thenextchunkpointerisrelativetothestartofthecurrentchunkandinbytes.
Thebinaryinformationinthe3dsfileiswritteninaspecialkindofway.
Namelythelestsignificantbytecomesfirstinanint.
Forexample:4A5C(2bytesinhex)wouldbe5Chighbyteand4Alowbyte.
Inalongitis:4A5C3B8Fwhere5C4Aisthelowwordand8F3Bisthehighword.
Andnowforthechunks.
Achunkisdefinedas:startendsizename012ChunkID254PointertonextchunkrelativetotheplacewhereChunkIDis,inotherwordsthelengthofthechunkChunkshaveahierarchyimposedonthemthatisidentifiedbytit'sID.
A3dsfilehasthePrimarychunkID4D4Dh.
Thisisalwaysthefirstchunkofthefile.
Withintheprimarychunkarethemainchunks.
togiveyouapreviewandareferencetothehierarchyofchunks,belowisadiagramtoshowthediffrentchunkID'sandtheirplaceinthefile.
Thechunksaregivenanamebecausebelowthediagramisalistwhichdefinesthenamestotheactualchunkid's.
Thismakesiteasiertoputitinsomesourcecode(howconvenientthatsomesamplecodeisincluded)MAIN3DS(0x4D4D)|+--EDIT3DS(0x3D3D)|||+--EDIT_MATERIAL(0xAFFF)|||||+--MAT_NAME01(0xA000)(SeemliDoc)|||+--EDIT_CONFIG1(0x0100)|+--EDIT_CONFIG2(0x3E3D)|+--EDIT_VIEW_P1(0x7012)|||||+--TOP(0x0001)||+--BOTTOM(0x0002)||+--LEFT(0x0003)||+--RIGHT(0x0004)||+--FRONT(0x0005)||+--BACK(0x0006)||+--USER(0x0007)||+--CAMERA(0xFFFF)||+--LIGHT(0x0009)||+--DISABLED(0x0010)||+--BOGUS(0x0011)|||+--EDIT_VIEW_P2(0x7011)|||||+--TOP(0x0001)||+--BOTTOM(0x0002)||+--LEFT(0x0003)||+--RIGHT(0x0004)||+--FRONT(0x0005)||+--BACK(0x0006)||+--USER(0x0007)||+--CAMERA(0xFFFF)||+--LIGHT(0x0009)||+--DISABLED(0x0010)||+--BOGUS(0x0011)|||+--EDIT_VIEW_P3(0x7020)|+--EDIT_VIEW1(0x7001)|+--EDIT_BACKGR(0x1200)|+--EDIT_AMBIENT(0x2100)|+--EDIT_OBJECT(0x4000)|||||+--OBJ_TRIMESH(0x4100)||||TRI_VERTEXL(0x4110)TRI_VERTEXOPTIONS(0x4111)TRI_MAPPINGCOORS(0x4140)TRI_MAPPINGSTANDARD(0x4170)TRI_FACEL1(0x4120)TRI_SMOOTH(0x4150)TRI_MATERIAL(0x4130)||||TRI_LOCAL(0x4160)TRI_VISIBLE(0x4165)|||||+--OBJ_LIGHT(0x4600)||||LIT_OFF(0x4620)LIT_SPOT(0x4610)LIT_UNKNWN01(0x465A)|||||+--OBJ_CAMERA(0x4700)||||CAM_UNKNWN01(0x4710)CAM_UNKNWN02(0x4720)|||||+--OBJ_UNKNWN01(0x4710)||+--OBJ_UNKNWN02(0x4720)|||+--EDIT_UNKNW01(0x1100)|+--EDIT_UNKNW02(0x1201)|+--EDIT_UNKNW03(0x1300)|+--EDIT_UNKNW04(0x1400)|+--EDIT_UNKNW05(0x1420)|+--EDIT_UNKNW06(0x1450)|+--EDIT_UNKNW07(0x1500)|+--EDIT_UNKNW08(0x2200)|+--EDIT_UNKNW09(0x2201)|+--EDIT_UNKNW10(0x2210)|+--EDIT_UNKNW11(0x2300)|+--EDIT_UNKNW12(0x2302)|+--EDIT_UNKNW13(0x2000)|+--EDIT_UNKNW14(0xAFFF)|+--KEYF3DS(0xB000)|+--KEYF_UNKNWN01(0xB00A)0x7001)(viewport,sameaseditor)+--KEYF_FRAMES(0xB008)+--KEYF_UNKNWN02(0xB009)+--KEYF_OBJDES(0xB002)|+--KEYF_OBJHIERARCH(0xB010)+--KEYF_OBJDUMMYNAME(0xB011)+--KEYF_OBJUNKNWN01(0xB013)+--KEYF_OBJUNKNWN02(0xB014)+--KEYF_OBJUNKNWN03(0xB015)+--KEYF_OBJPIVOT(0xB020)+--KEYF_OBJUNKNWN04(0xB021)+--KEYF_OBJUNKNWN05(0xB022)Achunktypewhichyoucanfindallthroughthefilearethecolorchunkswhicharecalled:COL_RGBCOL_TRUCOL_UNK2.
ChunksanyoneNowfortheactualnumbers,asyouwillseeIusedthedefine,becauseIrippedthatpartrightoutofmycode.
BecarefullhoweverbecausetherearealotofnewchunktypeswhichwerenotdocumentedintheoriginalpaperbyJimPitts.
Primarychunk#defineMAIN3DS0x4D4DMainChunks#defineEDIT3DS0x3D3D//thisisthestartoftheeditorconfig#defineKEYF3DS0xB000//thisisthestartofthekeyframerconfigsubdefinesofEDIT3DS#defineEDIT_MATERIAL0xAFFF#defineEDIT_CONFIG10x0100#defineEDIT_CONFIG20x3E3D#defineEDIT_VIEW_P10x7012#defineEDIT_VIEW_P20x7011#defineEDIT_VIEW_P30x7020#defineEDIT_VIEW10x7001#defineEDIT_BACKGR0x1200#defineEDIT_AMBIENT0x2100#defineEDIT_OBJECT0x4000#defineEDIT_UNKNW010x1100#defineEDIT_UNKNW020x1201#defineEDIT_UNKNW030x1300#defineEDIT_UNKNW040x1400#defineEDIT_UNKNW050x1420#defineEDIT_UNKNW060x1450#defineEDIT_UNKNW070x1500#defineEDIT_UNKNW080x2200#defineEDIT_UNKNW090x2201#defineEDIT_UNKNW100x2210#defineEDIT_UNKNW110x2300#defineEDIT_UNKNW120x2302#defineEDIT_UNKNW130x3000#defineEDIT_UNKNW140xAFFFsubdefinesofEDIT_OBJECT#defineOBJ_TRIMESH0x4100#defineOBJ_LIGHT0x4600#defineOBJ_CAMERA0x4700#defineOBJ_UNKNWN010x4010#defineOBJ_UNKNWN020x4012//----CouldbeshadowsubdefinesofOBJ_CAMERA#defineCAM_UNKNWN010x4710#defineCAM_UNKNWN020x4720subdefinesofOBJ_LIGHT#defineLIT_OFF0x4620#defineLIT_SPOT0x4610#defineLIT_UNKNWN010x465AsubdefinesofOBJ_TRIMESH#defineTRI_VERTEXL0x4110#defineTRI_FACEL20x4111#defineTRI_FACEL10x4120#defineTRI_SMOOTH0x4150#defineTRI_LOCAL0x4160#defineTRI_VISIBLE0x4165subdefsofKEYF3DS#defineKEYF_UNKNWN010xB009#defineKEYF_UNKNWN020xB00A#defineKEYF_FRAMES0xB008#defineKEYF_OBJDES0xB002thesedefinethedifferentcolorchunktypes#defineCOL_RGB0x0010#defineCOL_TRU0x0011#defineCOL_UNK0x0013definesforviewportchunks#defineTOP0x0001#defineBOTTOM0x0002#defineLEFT0x0003#defineRIGHT0x0004#defineFRONT0x0005#defineBACK0x0006#defineUSER0x0007#defineCAMERA0x0008//0xFFFFistheactualcodereadfromfile#defineLIGHT0x0009#defineDISABLED0x0010#defineBOGUS0x00113.
3DEditorChunksSofarforthequickstuffnowthemoredetailedinfo.
*MainchunksThemainchunk(theprimarychunkof0x4D4Dthatis)isactuallythecompletefile.
Sothesizeofthischunkisthesizeofthefileminusthemainchunkheader.
Therearetwomoremainchunks,the3d-editorchunkandthekeyframerchunk:id3D3DStartofEditordata(thisisalsotheplacewheretheobjectsare)B000StartofKeyframerdataDirectlyafteraMainchunkisanotherchunk.
Thiscouldbeanyothertypeofchunkallowablewithinitsmainchunksscope.
(seediagram)*Subchunksof3D3DidDescription0100Partofconfiguration1100unknown1200BackgroundColor1201unknown1300unknown1400unknown1420unknown1450unknown1500unknown2100AmbientColorBlock2200fog2201fog2210fog2300unknown3000unknown3D3EEditorconfigurationmainblock4000DefinitionofanObjectAFFFStartofmateriallist*SubchunksofAFFF-Startofmateriallist*A000-materialname-ThischunkcontainsthenameofthematerialwhichisanASCIIZstring(Morematerialchunksareexplainedinthedocabout3d-studio.
mlifiles.
Thechunktypesmentionedinthatdocareexactlythesameasinthe.
3dsfile)*Subchunksof3D3E-EditorconfigurationidDescription7001Startofviewportindicator7011Viewportdefinition(type2)7012Viewportdefinition(type1)7020Viewportdefinition(type3)The3D3Echunkisacuriousonebecauseitcontainsalotofredundantdata.
(orsoitseems)Themostimportantchunkis7020.
thischunkdescribesthe4viewportswichareactiveintheeditor.
IassumethatUareusingthe4normalviewportlayout,becauseIhavenottesteditwithotherconfigurations.
Theeditorconfidwillcontain5xchunk7020and5xchunk7011.
onlythefirst47020chunksareimportantforhowtheviewportslooklike.
Iguessthattheotherchunksonlygiveadditionalinfo,butIamnotsure.
Thethingsyouarelookingforinthesechunksisatbyte:6&7(asoffsetfromthefirst6byteschunkheaderandpointer)thesebytes(unsignedint)containtheinfoattowhatviewisused,withthefollowingid's:idDescription0001Top0002Bottom0003Left0004Right0005Front0006Back0007UserFFFFCamera0009Light0010Disabled*Subchunksof4000-ObjectdescriptionBlock-firstitemofSubchunk4000isanASCIIZstringoftheobjectsname.
ASCIIZmeansastringofcharaktersendedbyazero.
RememberanObjectcanbeaCameraaLightorameshidDescription4010unknown4012shadow4100TriangularPolygonList(Containsonlysubchunks)4600Light4700Camera(Mapping:Thesechunksareoptional.
Theystandjustafterthevertexlistwhentheobjectismapped.
)*Subchunksof4100-TriangularPolygonListidDescription4110VertexList4111VertexOptions4120FaceList4130FaceMaterial4140MappingCoordinates4150Facesmoothinggroup4160TranslationMatrix4165Objectvisible/invisble4170StandardMapping*4110-VertexListstartendsizetypename012unsignedintTotalverticesinobject254floatX-value694floatY-value10134floatZ-valuebytes2.
.
13arerepeatedtimesthetotalamountofverticesintheobject*4111-VertexOptionsFirst2bytes:numberofvertices.
Thenashortintforeachvertex:bit0-70bit8-10xbit11-120bit13vertexselectedinselection3bit14vertexselectedinselection2bit15vertexselectedinselection1bit8-10arejustlikerandom.
Fromasavetoanotherofthesamesceneitmaychange.
Otherbits(0-7and11-12)haveeffectsonvisibilityofvertex.
The4111chunkcanbedeletedwithoutmuchinfluence,3dswillstillloadthefileallright.
*4120-Faceliststartendsizetypename012unsignedinttotalpolygonsinobject(numpoly)232unsignedintnumberofvertexA452unsignedintnumberofvertexB672unsignedintnumberofvertexC892unsignedintfaceinfo(*)repeats'numpoly'timesforeachpolygon.
Thefirstthreeintsarethethreeverticesoftheface.
0standsforthefirstvertexdefinedinthevertexlist.
Theorderhasapurpose:togivethedirectionforthenormalofeachface.
Ifyouturnascrew(standardscrew)inthewaytheverticesindicateyouwillfindthenormal.
IfverticesgiveninorderareABC:C^|A-----BThismeansunscrewing=thenormalpointsoutofthescreen.
(*)thisnumberisisabinarynumberwhichexpandsto3values.
forexample0x0006wouldexpandto110binary.
Thevalueshouldbereadas110.
Thisvaluecanbefoundin3d-studioasciifilesasAB:1BC:1AC:0.
Whichprobablyindicatedtheorderofthevertices.
ForexampleAB:1wouldbeanormallinefromAtoB.
ButAB:0wouldmeanalinefromBtoA.
bit0ACvisibilitybit1BCvisibilitybit2ABvisibilitybit3Mapping(ifthereismappingforthisface)bit4-80(notused)bit9-10x(chaotic)bit11-120(notused)bit13faceselectedinselection3bit14faceselectedinselection2bit15faceselectedinselection1*4130-FaceMaterialChunkIftheobjectisalldefaultmaterialthereisno4130chunk.
Infact,thereisone4130chunkforeachmaterialpresentontheobject.
Each4130facematerialchunksbeginswithanasciizofamaterial,thenafterthenullcharacterisashortintthatgivesthenumberoffacesoftheobjectconcernedbythismaterial,thenthereisthelistitselfofthesefaces.
0000meansthefirstfaceofthe(4120)facelist.
ReadtheDoconMLIfilesformoreinfoonMappingandMaterials*4140Mappingcoordinates.
First2bytes:numberofvertices.
Then,foreachvertex2floatsthatgivethemappingcoordinates.
Thatis,ifapointisatthecenterofthemapitwillhave0.
50.
5asmappingcoordinates.
*4150-FaceSmoothingGroupnfaces*4bytesIfreadaslongint,thenthbitindicateifthefacebelongsornottothenthsmoothinggroup.
*4160LocalaxisLocalaxisinfo.
Thethreefirstblocksofthreefloatsarethedefinition(intheabsoluteaxis)ofthelocalaxisXYZoftheobject.
Andthelastblockofthreefloatsisthelocalcenteroftheobject.
*4170StandardmappingFirst2bytes:typeofmapping0=plannarorspecific(inthiscase,likemappingfromthelofter,theinformationofthischunkisirrelevant)1=cylindrical2=sphericalthencome21floatsthatdescribethemapping.
*4600-Lightstartendsizetypename034floatLightposX474floatLightposY8114floatLightposZafterthisstructurecheckformorechunks.
idDescription(fulldescriptionlater)0010RGBcolor001124bitcolor4610LightisaSpotlight4620Lightisoff/on(Boolean)*4610-SpotLightstartendsizetypename034floatTargetposX474floatTargetposX8114floatTargetposX12154floatHotspot16194floatFalloff*0010-RGBColorstartendsizetypename034floatRed474floatGreen8114floatBlue*0011-RGBColor-24bitstartendsizetypename011byteRed111byteGreen221byteBlue*4700-CameraDescribesthedetailsofthecamerainthescenestartendsizetypename034floatCameraposX474floatCameraposY8114floatCameraposZ12154floatCameratargetX16194floatCameratargetX20234floatCameratargetX24274floatCamerabank(rotationangle)28314floatCameralens4.
KeyframerChunks*KeyframerchunkidDescriptionB00Aunknown7001SeefirstdescriptionofthischunkB008FramesB009unknownB002Startobjectdescription*B008-Frameinformationsimplestructuredescribingframeinfostartendsizetypename034unsignedlongstartframe474unsignedlongendframe*B002-StartofObjectinfoSubhunksidDescriptionB010Name&HierarchyB011*NameDummyObjectB013unknownB014*unknownB015unknownB020ObjectspivotpointB021unknownB022unknown*B010-Name&Hierarchydescriptorstartendsizetypename0ASCIIZObjectname2unsignedintunknown2unsignedintunknown2unsignedintHierarchyofObjectTheobjecthierarchyisabitcomplexbutworkslikethis.
EachObjectinthesceneisgivenanumbertoidentifyitsorderinthetree.
Alsoeachobjectisordderedinthe3dsfileasitwouldappearinthetree.
Therootobjectisgiventhenumber-1(FFFF).
Asthefileisreadacounteroftheobjectnumberiskept.
Isthecounterincrementstheobjectsarechildrenofthepreviousobjects.
Butwhenthepatternisbrokenbyanumberwhatwillbelessthanthecurrentcounterthehierarchyreturnstothatlevel.
forexample.
objecthierarchynameA-1B0ThisexampleistakenC1from50pman.
3dsD2E1IwouldreallyreccomendF4havingalookatoneoftheG5exampleswiththehierarchyH1numberstohelpworkitout.
I7J8K0L10M11N0O13P14ABKNCEHLODFIMP||GJStillnotdonewiththischunkyet!
Iftheobjectnameis$$$DUMMYthenitisadummyobjectandthereforeyoushouldexpectafewextrachunks.
*B011-Dummyobjectsname.
Namesadummyobject.
ASCIIZstring.
*B020-PivotPointTheObjectspivotpoint.
Notquitesurewhatthefirstfivefloatsdoyet(ideas).
startendsizetypename034floatunknown474floatunknown8114floatunknown12164floatunknown16194floatunknown20234floatunknown24274floatPivotY28324floatPivotX5.
CODEThesourcecodeisnotUP-TO-DATEitiswrittenafterrev0.
9ofthisDocItwillbeupdatedwhenIcanfindthetime(ormaybeYOUcan)Ifthecodelookslikeithasbeenwrittenbyaatwelveyearold,thenlooksdodecieve,Ilikeverysimpleandeasytoreadsourcecode.
Allthatmattersisthatitdoesthetrick.
88-Thisisalibwhichreads3d-studiobinaryfilesfromversion3.
0andhigher(v1.
05)author:MartinvanVelsen(andsomegreathelpbyGertvanderSpoel)email:vvelsen@ronix.
ptf.
hro.
nlIfyouhappentocomeacrosssomevariableswithstrangenames,thenthatwillpossiblebeDutchnames,sorryforthat:){}8-Thisisalibwhichreads3d-studiobinaryfilesfromversion3.
0andhigher(v1.
05)author:MartinvanVelsen(andsomegreathelpbyGertvanderSpoel)email:vvelsen@ronix.
ptf.
hro.
nlIfyouhappentocomeacrosssomevariableswithstrangenames,thenthatwillpossiblebeDutchnames,sorryforthat:){}{}{}{}{}{}{{}}{{}}{}{}{}{}{}{{{}}}{{{}{}}}{{}}{{}}{{}}{{}}{{{}}}{{}{{}}}{{{}}}{{{}}}{}{{}{}{}}{{{}}}{{}}{{{}}}{{{}}}{{{}}}{{{}}}{{{}}}{}vararrBaiduCproConfig=newArray();arrBaiduCproConfig['uid']=43125;arrBaiduCproConfig['n']='williamlongcpr';arrBaiduCproConfig['tm']=20;arrBaiduCproConfig['cm']=76;arrBaiduCproConfig['um']=26;arrBaiduCproConfig['rad']=1;arrBaiduCproConfig['w']=728;arrBaiduCproConfig['h']=90;arrBaiduCproConfig['bd']='#24581B';arrBaiduCproConfig['bg']='#E1FDE8';arrBaiduCproConfig['tt']='#0000CC';arrBaiduCproConfig['ct']='#006600';arrBaiduCproConfig['url']='#666666';arrBaiduCproConfig['bdl']='#ffffff';arrBaiduCproConfig['wn']=4;arrBaiduCproConfig['hn']=1;arrBaiduCproConfig['ta']='right';arrBaiduCproConfig['tl']='bottom';arrBaiduCproConfig['bu']=0;

小白云 (80元/月),四川德阳 4核2G,山东枣庄 4核2G,美国VPS20元/月起三网CN2

小白云是一家国人自营的企业IDC,主营国内外VPS,致力于让每一个用户都能轻松、快速、经济地享受高端的服务,成立于2019年,拥有国内大带宽高防御的特点,专注于DDoS/CC等攻击的防护;海外线路精选纯CN2线路,以确保用户体验的首选线路,商家线上多名客服一对一解决处理用户的问题,提供7*24无人全自动化服务。商家承诺绝不超开,以用户体验为中心为用提供服务,一直坚持主打以产品质量用户体验性以及高效...

乐凝网络支持24小时无理由退款,香港HKBN/美国CERA云服务器,低至9.88元/月起

乐凝网络怎么样?乐凝网络是一家新兴的云服务器商家,目前主要提供香港CN2 GIA、美国CUVIP、美国CERA、日本东京CN2等云服务器及云挂机宝等服务。乐凝网络提供比同行更多的售后服务,让您在使用过程中更加省心,使用零云服务器,可免费享受超过50项运维服务,1分钟内极速响应,平均20分钟内解决运维问题,助您无忧上云。目前,香港HKBN/美国cera云服务器,低至9.88元/月起,支持24小时无理...

TmhHost香港三网CN2 GIA月付45元起,美国CN2 GIA高防VPS季付99元起

TmhHost是一家国内正规公司,具备ISP\ICP等资质,主营国内外云服务器及独立服务器租用业务,目前,商家新上香港三网CN2 GIA线路VPS及国内镇江BGP高防云主机,其中香港三网CN2 GIA线路最低每月45元起;同时对美国洛杉矶CN2 GIA线路高防及普通VPS进行优惠促销,优惠后美国洛杉矶Cera机房CN2 GIA线路高防VPS季付99元起。香港CN2 GIA安畅机房,三网回程CN2 ...

网易轻博客为你推荐
美国vps服务器美国Vps 哪里的稳定,服务好,不是代购,主要是我新手,不太懂linux主机【windows主机换Linux主机该怎么弄啊?需要注意些什么呢?】网络服务器租用网络公司租用什么服务器好(想开个网络公司,租用服务器,但是不知道哪个好?什么价位?求高手指导。)域名购买如何申请购买 永久域名网站空间购买不用备案的网站空间,哪里可以有这样的网站空间购买?深圳网站空间菜鸟问:网站空间如何选择,与空间的基本知识?100m虚拟主机万网和新网虚拟主机有100M的吗大连虚拟主机上海未星网络科技有限公司是一家什么样的公司?windows虚拟主机win10用什么虚拟机好深圳虚拟主机需要一个虚拟主机???很急!!
香港服务器租用 最便宜的vps 什么是域名地址 希网动态域名 国外主机 suspended 香港新世界电讯 密码泄露 2017年黑色星期五 ssh帐号 权嘉云 七夕快乐英文 徐正曦 服务器监测 支持外链的相册 万网空间购买 789电视剧 中国电信测速器 阿里云官方网站 我的世界服务器ip 更多