实例介绍
【实例截图】
【核心代码】
.
├── PHPcms免费开源建站系统Yourphp_UTF8_V2.1_Yourphp_UTF8_V2.1_Released_20120323.rar
└── Yourphp_UTF8_V2.1_Released_20120323
├── Core
│ ├── Common
│ │ ├── common.php
│ │ ├── functions.php
│ │ └── runtime.php
│ ├── Conf
│ │ ├── alias.php
│ │ ├── convention.php
│ │ ├── debug.php
│ │ ├── mode.php
│ │ └── tags.php
│ ├── Core.php
│ ├── Extend
│ │ └── Driver
│ │ └── TagLib
│ │ └── TagLibYp.class.php
│ ├── LICENSE.txt
│ ├── Lang
│ │ └── zh-cn.php
│ ├── Lib
│ │ ├── Behavior
│ │ │ ├── CheckRouteBehavior.class.php
│ │ │ ├── ContentReplaceBehavior.class.php
│ │ │ ├── LocationTemplateBehavior.class.php
│ │ │ ├── ParseTemplateBehavior.class.php
│ │ │ ├── ReadHtmlCacheBehavior.class.php
│ │ │ ├── ShowPageTraceBehavior.class.php
│ │ │ ├── ShowRuntimeBehavior.class.php
│ │ │ ├── TokenBuildBehavior.class.php
│ │ │ └── WriteHtmlCacheBehavior.class.php
│ │ ├── Core
│ │ │ ├── Action.class.php
│ │ │ ├── App.class.php
│ │ │ ├── Behavior.class.php
│ │ │ ├── Cache.class.php
│ │ │ ├── Db.class.php
│ │ │ ├── Dispatcher.class.php
│ │ │ ├── Log.class.php
│ │ │ ├── Model.class.php
│ │ │ ├── Think.class.php
│ │ │ ├── ThinkException.class.php
│ │ │ ├── View.class.php
│ │ │ └── Widget.class.php
│ │ ├── Driver
│ │ │ ├── Cache
│ │ │ │ └── CacheFile.class.php
│ │ │ ├── Db
│ │ │ │ ├── DbMysql.class.php
│ │ │ │ └── DbMysqli.class.php
│ │ │ ├── TagLib
│ │ │ │ └── TagLibCx.class.php
│ │ │ └── Template
│ │ └── Template
│ │ ├── TagLib.class.php
│ │ └── ThinkTemplate.class.php
│ └── Tpl
│ ├── default_index.tpl
│ ├── dispatch_jump.tpl
│ ├── page_trace.tpl
│ └── think_exception.tpl
├── Install
│ ├── config.php
│ ├── index.php
│ ├── index_one.php
│ ├── templates
│ │ ├── header.html
│ │ ├── images
│ │ │ ├── box_bg.gif
│ │ │ ├── correct.gif
│ │ │ ├── error.gif
│ │ │ ├── left-nav.png
│ │ │ ├── left_bg.gif
│ │ │ ├── tab.gif
│ │ │ └── tab_on.gif
│ │ ├── s1.html
│ │ ├── s2.html
│ │ ├── s3.html
│ │ ├── s4.html
│ │ ├── s5.html
│ │ └── style.css
│ ├── yourphp.sql
│ ├── yourphp_area.sql
│ ├── yourphp_data.sql
│ └── yourphp_lang.sql
├── Public
│ ├── Css
│ │ └── style.css
│ ├── Data
│ ├── Images
│ │ ├── admin_barclose.gif
│ │ ├── admin_baropen.gif
│ │ ├── admin_color_arrow.gif
│ │ ├── admin_dot.gif
│ │ ├── admin_elite.gif
│ │ ├── admin_folder.gif
│ │ ├── admin_gohome.gif
│ │ ├── admin_home.gif
│ │ ├── admin_image.gif
│ │ ├── admin_left_menu.gif
│ │ ├── admin_logo.gif
│ │ ├── admin_logo_bg.png
│ │ ├── admin_nav_bg.png
│ │ ├── admin_small_img.gif
│ │ ├── admin_upload_thumb.png
│ │ ├── admin_uploadbnt.png
│ │ ├── ajaxloading.gif
│ │ ├── checked.gif
│ │ ├── delete.gif
│ │ ├── dots.gif
│ │ ├── edit.gif
│ │ ├── ext
│ │ │ ├── avi.png
│ │ │ ├── css.png
│ │ │ ├── doc.png
│ │ │ ├── mov.png
│ │ │ ├── mp3.png
│ │ │ ├── mp4.png
│ │ │ ├── odc.png
│ │ │ ├── odd.png
│ │ │ ├── odt.png
│ │ │ ├── ogg.png
│ │ │ ├── pdf.png
│ │ │ ├── ppt.png
│ │ │ ├── psd.png
│ │ │ ├── rar.png
│ │ │ ├── rtf.png
│ │ │ ├── svg.png
│ │ │ ├── swf.png
│ │ │ ├── sxd.png
│ │ │ ├── tar.png
│ │ │ ├── tgz.png
│ │ │ ├── wma.png
│ │ │ ├── wmv.png
│ │ │ ├── xls.png
│ │ │ └── zip.png
│ │ ├── fillet.png
│ │ ├── flag
│ │ │ ├── cn.gif
│ │ │ ├── en.gif
│ │ │ └── jp.gif
│ │ ├── folder.gif
│ │ ├── font
│ │ ├── hd_bg.png
│ │ ├── ico_1.gif
│ │ ├── insert.gif
│ │ ├── kefu
│ │ │ ├── msn.gif
│ │ │ ├── msn2.gif
│ │ │ ├── msn3.gif
│ │ │ └── msn4.gif
│ │ ├── login_bg.gif
│ │ ├── logo.gif
│ │ ├── mark.png
│ │ ├── member_title.png
│ │ ├── msg_bg.png
│ │ ├── msg_icons.png
│ │ ├── msg_loading.gif
│ │ ├── msg_loading_d.gif
│ │ ├── msg_title.png
│ │ ├── nophoto.gif
│ │ ├── nopic.jpg
│ │ ├── tab_bottom_line.jpg
│ │ ├── tab_bottom_line_1.jpg
│ │ ├── unchecked.gif
│ │ └── upback.gif
│ ├── Js
│ │ ├── DD_belatedPNG-min.js
│ │ ├── MyDate
│ │ │ ├── WdatePicker.js
│ │ │ ├── calendar.js
│ │ │ ├── config.js
│ │ │ ├── lang
│ │ │ │ ├── en.js
│ │ │ │ ├── zh-cn.js
│ │ │ │ └── zh-tw.js
│ │ │ ├── showdate.htm
│ │ │ └── skin
│ │ │ ├── WdatePicker.css
│ │ │ ├── datePicker.gif
│ │ │ ├── default
│ │ │ │ ├── datepicker.css
│ │ │ │ └── img.gif
│ │ │ └── whyGreen
│ │ │ ├── bg.jpg
│ │ │ ├── datepicker.css
│ │ │ └── img.gif
│ │ ├── ajaxloading.gif
│ │ ├── iframeTools.js
│ │ ├── jquery.artDialog.js
│ │ ├── jquery.colorpicker.js
│ │ ├── jquery.form.js
│ │ ├── jquery.min.js
│ │ ├── jquery.switchable-2.0.min.js
│ │ ├── jquery.validate.js
│ │ ├── my.js
│ │ ├── skins
│ │ │ ├── default.css
│ │ │ └── icons
│ │ │ ├── error.png
│ │ │ ├── face-sad.png
│ │ │ ├── face-smile.png
│ │ │ ├── loading.gif
│ │ │ ├── ok.png
│ │ │ ├── question.png
│ │ │ └── warning.png
│ │ ├── swfobject.js
│ │ ├── swfupload
│ │ │ ├── fileprogress.js
│ │ │ ├── handlers.js
│ │ │ ├── images
│ │ │ │ ├── cross.png
│ │ │ │ └── swfBnt.png
│ │ │ ├── swfupload.css
│ │ │ ├── swfupload.js
│ │ │ └── swfupload.swf
│ │ ├── swfupload.js
│ │ ├── yourphp.js
│ │ └── yourphp.nav.js
│ └── Xheditor
│ ├── ubb.min.js
│ ├── xheditor-zh-cn.min.js
│ ├── xheditor_emot
│ │ └── default
│ │ ├── angry.gif
│ │ ├── awkward.gif
│ │ ├── bye.gif
│ │ ├── config.txt
│ │ ├── crazy.gif
│ │ ├── cry.gif
│ │ ├── curse.gif
│ │ ├── cute.gif
│ │ ├── despise.gif
│ │ ├── doubt.gif
│ │ ├── envy.gif
│ │ ├── fastcry.gif
│ │ ├── knock.gif
│ │ ├── laugh.gif
│ │ ├── mad.gif
│ │ ├── ohmy.gif
│ │ ├── panic.gif
│ │ ├── proud.gif
│ │ ├── quiet.gif
│ │ ├── sad.gif
│ │ ├── shutup.gif
│ │ ├── shy.gif
│ │ ├── sleep.gif
│ │ ├── smile.gif
│ │ ├── struggle.gif
│ │ ├── titter.gif
│ │ ├── tongue.gif
│ │ ├── wail.gif
│ │ └── wronged.gif
│ ├── xheditor_plugins
│ │ ├── googlemap
│ │ │ ├── googlemap.html
│ │ │ └── googlemap.js
│ │ └── prettify
│ │ ├── code_bg.jpg
│ │ ├── prettify.css
│ │ └── prettify.js
│ └── xheditor_skin
│ └── default
│ ├── iframe.css
│ ├── img
│ │ ├── anchor.gif
│ │ ├── close.gif
│ │ ├── code.gif
│ │ ├── flash.gif
│ │ ├── icons.gif
│ │ ├── loading.gif
│ │ ├── map.gif
│ │ ├── progress.gif
│ │ ├── progressbg.gif
│ │ ├── tag-address.gif
│ │ ├── tag-div.gif
│ │ ├── tag-h1.gif
│ │ ├── tag-h2.gif
│ │ ├── tag-h3.gif
│ │ ├── tag-h4.gif
│ │ ├── tag-h5.gif
│ │ ├── tag-h6.gif
│ │ ├── tag-p.gif
│ │ ├── tag-pre.gif
│ │ ├── waiting.gif
│ │ └── wmp.gif
│ └── ui.css
├── Yourphp
│ ├── Common
│ │ └── common.php
│ ├── Conf
│ │ ├── Admin
│ │ │ └── config.php
│ │ ├── Home
│ │ ├── User
│ │ │ └── config.php
│ │ ├── config.php
│ │ └── tags.php
│ ├── Lang
│ │ ├── cn
│ │ │ ├── Home_order.php
│ │ │ ├── User_lang.php
│ │ │ ├── User_order.php
│ │ │ └── common.php
│ │ ├── en
│ │ │ ├── User_lang.php
│ │ │ └── common.php
│ │ └── zh-cn
│ │ ├── Admin_attachment.php
│ │ ├── Admin_category.php
│ │ ├── Admin_config.php
│ │ ├── Admin_createhtml.php
│ │ ├── Admin_dbsource.php
│ │ ├── Admin_field.php
│ │ ├── Admin_lang.php
│ │ ├── Admin_main.php
│ │ ├── Admin_module.php
│ │ ├── Admin_order.php
│ │ ├── Admin_payment.php
│ │ ├── Admin_role.php
│ │ ├── Admin_slide.php
│ │ ├── Admin_template.php
│ │ ├── Admin_type.php
│ │ └── Admin_urlrule.php
│ ├── Lib
│ │ ├── Action
│ │ │ ├── Admin
│ │ │ │ ├── AccessAction.class.php
│ │ │ │ ├── AttachmentAction.class.php
│ │ │ │ ├── BlockAction.class.php
│ │ │ │ ├── CategoryAction.class.php
│ │ │ │ ├── ConfigAction.class.php
│ │ │ │ ├── ContentAction.class.php
│ │ │ │ ├── CreatehtmlAction.class.php
│ │ │ │ ├── DatabaseAction.class.php
│ │ │ │ ├── DbsourceAction.class.php
│ │ │ │ ├── FieldAction.class.php
│ │ │ │ ├── IndexAction.class.php
│ │ │ │ ├── LangAction.class.php
│ │ │ │ ├── LoginAction.class.php
│ │ │ │ ├── MainAction.class.php
│ │ │ │ ├── MenuAction.class.php
│ │ │ │ ├── ModuleAction.class.php
│ │ │ │ ├── NodeAction.class.php
│ │ │ │ ├── OrderAction.class.php
│ │ │ │ ├── PaymentAction.class.php
│ │ │ │ ├── PosidAction.class.php
│ │ │ │ ├── RoleAction.class.php
│ │ │ │ ├── ShippingAction.class.php
│ │ │ │ ├── SlideAction.class.php
│ │ │ │ ├── TemplateAction.class.php
│ │ │ │ ├── ThemeAction.class.php
│ │ │ │ ├── TypeAction.class.php
│ │ │ │ ├── UrlruleAction.class.php
│ │ │ │ └── UserAction.class.php
│ │ │ ├── AdminbaseAction.class.php
│ │ │ ├── BaseAction.class.php
│ │ │ ├── EmptyAction.class.php
│ │ │ ├── Home
│ │ │ │ ├── AjaxAction.class.php
│ │ │ │ ├── FormatAction.class.php
│ │ │ │ ├── IndexAction.class.php
│ │ │ │ ├── OrderAction.class.php
│ │ │ │ ├── SearchAction.class.php
│ │ │ │ └── TagsAction.class.php
│ │ │ └── User
│ │ │ ├── IndexAction.class.php
│ │ │ ├── LoginAction.class.php
│ │ │ ├── OrderAction.class.php
│ │ │ ├── PayAction.class.php
│ │ │ ├── PostAction.class.php
│ │ │ └── RegisterAction.class.php
│ │ ├── Behavior
│ │ │ └── CheckLangBehavior.class.php
│ │ ├── Model
│ │ │ ├── Admin
│ │ │ │ ├── AccessModel.class.php
│ │ │ │ ├── CategoryModel.class.php
│ │ │ │ ├── FieldModel.class.php
│ │ │ │ ├── MenuModel.class.php
│ │ │ │ ├── NodeModel.class.php
│ │ │ │ ├── RoleModel.class.php
│ │ │ │ └── UserModel.class.php
│ │ │ └── Home
│ │ ├── ORG
│ │ │ ├── Cxml.class.php
│ │ │ ├── Form.class.php
│ │ │ ├── Image.class.php
│ │ │ ├── Online.class.php
│ │ │ ├── PHPMailer.class.php
│ │ │ ├── Page.class.php
│ │ │ ├── Phpzip.class.php
│ │ │ ├── RBAC.class.php
│ │ │ ├── String.class.php
│ │ │ ├── SysCrypt.class.php
│ │ │ ├── Tree.class.php
│ │ │ ├── UploadFile.class.php
│ │ │ └── class.smtp.php
│ │ ├── Pay
│ │ │ ├── Alipay.class.php
│ │ │ ├── Balance.class.php
│ │ │ ├── Bank.class.php
│ │ │ └── Chinabank.class.php
│ │ └── Widget
│ └── Tpl
│ ├── Admin
│ │ └── Default
│ │ ├── Access_index.html
│ │ ├── Admin_header.html
│ │ ├── Attachment_filelist.html
│ │ ├── Attachment_index.html
│ │ ├── Block_edit.html
│ │ ├── Block_index.html
│ │ ├── Category_edit.html
│ │ ├── Category_index.html
│ │ ├── Config_add.html
│ │ ├── Config_attach.html
│ │ ├── Config_index.html
│ │ ├── Config_mail.html
│ │ ├── Config_member.html
│ │ ├── Config_sys.html
│ │ ├── Content_edit.html
│ │ ├── Content_index.html
│ │ ├── Createhtml_index.html
│ │ ├── Createhtml_show.html
│ │ ├── Database_index.html
│ │ ├── Database_query.html
│ │ ├── Database_recover.html
│ │ ├── Dbsource_edit.html
│ │ ├── Dbsource_index.html
│ │ ├── Field_edit.html
│ │ ├── Field_index.html
│ │ ├── Field_type.html
│ │ ├── Index_index.html
│ │ ├── Kefu_index.html
│ │ ├── Lang_edit.html
│ │ ├── Lang_editparam.html
│ │ ├── Lang_index.html
│ │ ├── Lang_lang.html
│ │ ├── Lang_param.html
│ │ ├── Link_index.html
│ │ ├── Login_index.html
│ │ ├── Main_drag.html
│ │ ├── Main_footer.html
│ │ ├── Main_index.html
│ │ ├── Main_main.html
│ │ ├── Main_menu.html
│ │ ├── Main_password.html
│ │ ├── Main_profile.html
│ │ ├── Main_right.html
│ │ ├── Main_top.html
│ │ ├── Menu_edit.html
│ │ ├── Menu_index.html
│ │ ├── Module_edit.html
│ │ ├── Module_index.html
│ │ ├── Node_edit.html
│ │ ├── Node_index.html
│ │ ├── Order_edit.html
│ │ ├── Order_index.html
│ │ ├── Order_show.html
│ │ ├── Page_index.html
│ │ ├── Payment_edit.html
│ │ ├── Payment_index.html
│ │ ├── Posid_edit.html
│ │ ├── Posid_index.html
│ │ ├── Role_edit.html
│ │ ├── Role_index.html
│ │ ├── Shipping_edit.html
│ │ ├── Shipping_index.html
│ │ ├── Slide_edit.html
│ │ ├── Slide_editpic.html
│ │ ├── Slide_index.html
│ │ ├── Slide_picmanage.html
│ │ ├── Template_config.html
│ │ ├── Template_edit.html
│ │ ├── Template_images.html
│ │ ├── Template_index.html
│ │ ├── Theme_index.html
│ │ ├── Theme_upload.html
│ │ ├── Type_edit.html
│ │ ├── Type_index.html
│ │ ├── Urlrule_edit.html
│ │ ├── Urlrule_index.html
│ │ ├── User_edit.html
│ │ ├── User_index.html
│ │ └── layout.html
│ ├── Home
│ │ └── Default
│ │ ├── Article_index.html
│ │ ├── Article_list.html
│ │ ├── Article_show.html
│ │ ├── Download_list.html
│ │ ├── Download_show.html
│ │ ├── Feedback_index.html
│ │ ├── Guestbook_index.html
│ │ ├── Home_footer.html
│ │ ├── Home_header.html
│ │ ├── Home_right.html
│ │ ├── Index_index.html
│ │ ├── Order_checkout.html
│ │ ├── Order_done.html
│ │ ├── Order_index.html
│ │ ├── Order_show.html
│ │ ├── Page_index.html
│ │ ├── Picture_list.html
│ │ ├── Picture_show.html
│ │ ├── Product_list.html
│ │ ├── Product_show.html
│ │ ├── Public
│ │ │ ├── css
│ │ │ │ ├── jquery.jqzoom.css
│ │ │ │ └── style.css
│ │ │ ├── error.html
│ │ │ ├── exception.html
│ │ │ ├── flash
│ │ │ │ └── flash01.swf
│ │ │ ├── images
│ │ │ │ ├── 5.jpg
│ │ │ │ ├── advertise.jpg
│ │ │ │ ├── ajax-loader.gif
│ │ │ │ ├── arrow_01.gif
│ │ │ │ ├── bg.jpg
│ │ │ │ ├── box_bg.jpg
│ │ │ │ ├── checked.gif
│ │ │ │ ├── cpbox.jpg
│ │ │ │ ├── footer_bg.jpg
│ │ │ │ ├── ico_04.gif
│ │ │ │ ├── ico_1.gif
│ │ │ │ ├── ico_11.gif
│ │ │ │ ├── ico_2.gif
│ │ │ │ ├── ico_3.gif
│ │ │ │ ├── ico_6.gif
│ │ │ │ ├── ico_7.gif
│ │ │ │ ├── icon.png
│ │ │ │ ├── kefu_bottom.gif
│ │ │ │ ├── kefu_top.gif
│ │ │ │ ├── left.png
│ │ │ │ ├── minus.gif
│ │ │ │ ├── nav_bg.jpg
│ │ │ │ ├── nav_on.jpg
│ │ │ │ ├── next.gif
│ │ │ │ ├── order
│ │ │ │ │ ├── addcart.jpg
│ │ │ │ │ ├── buy.jpg
│ │ │ │ │ ├── buy_on.gif
│ │ │ │ │ ├── buy_tabs.gif
│ │ │ │ │ ├── buyask.jpg
│ │ │ │ │ ├── cart.jpg
│ │ │ │ │ ├── gocart.jpg
│ │ │ │ │ ├── goshop.jpg
│ │ │ │ │ ├── order.css
│ │ │ │ │ └── submit.jpg
│ │ │ │ ├── plus.gif
│ │ │ │ ├── pre.gif
│ │ │ │ ├── right.gif
│ │ │ │ ├── right.png
│ │ │ │ ├── scrollline.png
│ │ │ │ ├── top_bg.jpg
│ │ │ │ ├── unchecked.gif
│ │ │ │ └── zoomloader.gif
│ │ │ ├── js
│ │ │ │ ├── jquery.jqzoom-core.js
│ │ │ │ └── yourphp.pics.js
│ │ │ ├── success.html
│ │ │ └── xml
│ │ ├── Search_index.html
│ │ ├── Slide_1.html
│ │ ├── Slide_2.html
│ │ ├── Slide_3.html
│ │ ├── Slide_4.html
│ │ ├── Tags_index.html
│ │ ├── Tags_list.html
│ │ ├── config_cn.php
│ │ ├── config_en.php
│ │ ├── layout.html
│ │ └── preview.jpg
│ └── User
│ └── Default
│ ├── Index_avatar.html
│ ├── Index_index.html
│ ├── Index_password.html
│ ├── Index_profile.html
│ ├── Login_emailcheck.html
│ ├── Login_getpass.html
│ ├── Login_index.html
│ ├── Login_repassword.html
│ ├── Order_edit.html
│ ├── Order_index.html
│ ├── Order_show.html
│ ├── Pay_index.html
│ ├── Pay_pay.html
│ ├── Post_edit.html
│ ├── Post_index.html
│ ├── Public
│ │ ├── css
│ │ │ └── member.css
│ │ └── images
│ │ ├── Upload.png
│ │ ├── arrow.png
│ │ ├── arrowhead.png
│ │ ├── bold.png
│ │ ├── box-exclaim.gif
│ │ ├── coins.png
│ │ ├── coins_add.png
│ │ ├── colour.png
│ │ ├── computer_key.png
│ │ ├── contribute.png
│ │ ├── exclamation_small.png
│ │ ├── gear_disable.png
│ │ ├── gear_disable_green.png
│ │ ├── help.gif
│ │ ├── help.png
│ │ ├── home.png
│ │ ├── icon_key.gif
│ │ ├── icon_padlock.gif
│ │ ├── info.png
│ │ ├── lightbulb.png
│ │ ├── link.png
│ │ ├── lockscreen.png
│ │ ├── m_1.png
│ │ ├── m_10.png
│ │ ├── m_11.png
│ │ ├── m_2.png
│ │ ├── m_3.png
│ │ ├── m_4.png
│ │ ├── m_5.png
│ │ ├── m_7.png
│ │ ├── m_8.png
│ │ ├── m_9.png
│ │ ├── member_left_menu.png
│ │ ├── member_title.png
│ │ ├── new.png
│ │ ├── new_1.png
│ │ ├── old-edit-redo.png
│ │ ├── rss.gif
│ │ ├── rss_y.gif
│ │ ├── rsso.gif
│ │ ├── sina.png
│ │ ├── sitemap-application-blue.png
│ │ ├── small_elite.gif
│ │ ├── small_img.gif
│ │ ├── table-information.png
│ │ ├── user.png
│ │ ├── user_comment.png
│ │ ├── user_edit.png
│ │ ├── user_go.png
│ │ ├── vcard.png
│ │ ├── vip-expired.gif
│ │ └── vip.gif
│ ├── Public_header.html
│ ├── Public_menu.html
│ ├── Register_index.html
│ └── layout.html
├── admin.php
├── favicon.ico
├── index.php
├── license.txt
├── readme.txt
└── robots.txt
87 directories, 573 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论