myattachment.config
上传用户:wenllgg125
上传日期:2020-04-09
资源大小:7277k
文件大小:1k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <MyAttachmentsTypeConfigInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3.   <attachtypes>
  4.     <AttachmentType>
  5.       <TypeId>1</TypeId>
  6.       <TypeName>图片</TypeName>
  7.       <ExtName>jpg,gif,png,jpeg</ExtName>
  8.     </AttachmentType>
  9.     <AttachmentType>
  10.       <TypeId>2</TypeId>
  11.       <TypeName>压缩包</TypeName>
  12.       <ExtName>zip,rar</ExtName>
  13.     </AttachmentType>
  14.   </attachtypes>
  15. </MyAttachmentsTypeConfigInfo>