摘要:
package managerimport ( "mime" "path")//初始化数据func init() { if mime.TypeByExtension(".txt") == "" { panic("mime.types not found") }}//获取文件扩展名对应的媒体(内容)类型func get_content_type(filepath... 阅读全文
posted @ 2017-09-01 09:24
张伯雨
阅读(200)
评论(0)
推荐(0)
2017年9月1日