读取图片的尺寸和Exif信息。

image.png

参数

【图片来源】图片的来源类型,可选图片变量或图片文件。
【图片变量】来源为图片变量时,指定从哪个变量读取图片。
【文件路径】来源为图片路径时,指定从那个路径读取图片。

输出

【宽度】图片的宽度像素数。
【高度】图片的高度像素数。
【拍摄时间】从Exif数据中读取的照片拍摄时间。如果图片Exif中没有此信息,并且图片来源为文件时,读取文件的创建时间,否则返回一个特别小的时间(时间的最小值,1年1月1日0时)。
【Exif数据】返回一个词典类型的数据。键为经过转换后的Exif属性名称,值为转换为文本格式的Exif数据。

  1. {
  2. "ImageDescription": " ",
  3. "EquipMake": "SONY",
  4. "EquipModel": "DSC-RX10M4",
  5. "Orientation": "1",
  6. "XResolution": "350/1",
  7. "YResolution": "350/1",
  8. "ResolutionUnit": "2",
  9. "SoftwareUsed": "DSC-RX10M4 v1.00",
  10. "DateTime": "2017:09:25 12:18:21",
  11. "YCbCrPositioning": "2",
  12. "ExifExposureTime": "1/250",
  13. "ExifFNumber": "40/10",
  14. "ExifExposureProg": "2",
  15. "ExifISOSpeed": "1250",
  16. "Exif_Photo_SensitivityType": "2",
  17. "Exif_Photo_RecommendedExposureIndex": "1250",
  18. "ExifVer": "825438768",
  19. "ExifDTOrig": "2017:09:25 12:18:21",
  20. "ExifDTDigitized": "2017:09:25 12:18:21",
  21. "36880": "+08:00",
  22. "36881": "+08:00",
  23. "36882": "+08:00",
  24. "ExifCompConfig": "197121",
  25. "ExifCompBPP": "2/1",
  26. "ExifBrightness": "11414/2560",
  27. "ExifExposureBias": "0/10",
  28. "ExifMaxAperture": "1024/256",
  29. "ExifMeteringMode": "5",
  30. "ExifLightSource": "0",
  31. "ExifFlash": "16",
  32. "ExifFocalLength": "22000/100",
  33. "ExifMakerNote": "....",
  34. "ExifUserComment": "0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0",
  35. "ExifFPXVer": "808464688",
  36. "ExifColorSpace": "1",
  37. "ExifPixXDim": "5472",
  38. "ExifPixYDim": "3648",
  39. "20545": "R98",
  40. "20546": "808464688",
  41. "ExifFileSource": "",
  42. "ExifSceneType": "",
  43. "CustomRendered": "0",
  44. "ExposureMode": "0",
  45. "WhiteBalance": "0",
  46. "DigitalZoomRatio": "16/16",
  47. "FocalLengthIn35mmFilm": "600",
  48. "SceneCaptureType": "0",
  49. "Contrast": "0",
  50. "Saturation": "0",
  51. "Sharpness": "0",
  52. "Exif_Photo_LensSpecification": "880/100, 22000/100, 24/10, 40/10",
  53. "Exif_Image_PrintImageMatching": "1852404304, 5065076, 808465200, 131072, 65538, 16842752, 1",
  54. "ThumbnailData": "NOT_SUPPORTED",
  55. "ThumbnailCompression": "6",
  56. "ThumbnailImageDescription": " ",
  57. "ThumbnailEquipMake": "SONY",
  58. "ThumbnailEquipModel": "DSC-RX10M4",
  59. "ThumbnailOrientation": "1",
  60. "ThumbnailResolutionX": "72/1",
  61. "ThumbnailResolutionY": "72/1",
  62. "ThumbnailResolutionUnit": "2",
  63. "ThumbnailSoftwareUsed": "DSC-RX10M4 v1.00",
  64. "ThumbnailDateTime": "2017:09:25 12:18:21",
  65. "JPEGInterFormat": "34662",
  66. "JPEGInterLength": "5648",
  67. "ThumbnailYCbCrPositioning": "2",
  68. "ChrominanceTable": "2, 2, 2, 3, 6, 12, 15, 15, 2, 2, 2, 3, 6, 12, 15, 15, 2, 2, 2, 4, 7, 13, 15, 15, 3, 3, 4, 5, 9, 15, 15, 15, 6, 6, 7, 9, 14, 15, 15, 15, 12, 12, 13, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15",
  69. "LuminanceTable": "1, 1, 1, 2, 2, 4, 5, 7, 1, 1, 2, 2, 3, 4, 5, 7, 1, 2, 2, 2, 3, 4, 6, 8, 2, 2, 2, 3, 3, 5, 6, 8, 2, 3, 3, 3, 4, 5, 7, 9, 4, 4, 4, 5, 5, 7, 8, 10, 5, 5, 6, 6, 7, 8, 10, 12, 7, 7, 8, 8, 9, 10, 12, 14"
  70. }

【原始属性数据】返回一个C#词典对象,Key为Exif属性数字,Value为System.Drawing.Imaging.PropertyItem对象。

附加信息

【Exif数据中】所有支持的Exif属性名称(不支持的将直接返回属性数字值):

  1. public enum ExifPropertyTypes
  2. {
  3. Exif_Image_ImageID = 0x800d,
  4. Exif_Image_CFARepeatPatternDim = 0x828d,
  5. Exif_Image_CFAPattern = 0x828e,
  6. Exif_Image_BatteryLevel = 0x828f,
  7. Copyright = 0x8298,
  8. ExifExposureTime = 0x829a,
  9. ExifFNumber = 0x829d,
  10. Exif_Image_IPTCNAA = 0x83bb,
  11. Exif_Image_ImageResources = 0x8649,
  12. ExifIFD = 0x8769,
  13. ICCProfile = 0x8773,
  14. ExifExposureProg = 0x8822,
  15. ExifSpectralSense = 0x8824,
  16. GpsIFD = 0x8825,
  17. ExifISOSpeed = 0x8827,
  18. ExifOECF = 0x8828,
  19. Exif_Image_Interlace = 0x8829,
  20. Exif_Image_TimeZoneOffset = 0x882a,
  21. Exif_Image_SelfTimerMode = 0x882b,
  22. Exif_Photo_SensitivityType = 0x8830,
  23. Exif_Photo_StandardOutputSensitivity = 0x8831,
  24. Exif_Photo_RecommendedExposureIndex = 0x8832,
  25. Exif_Photo_ISOSpeed = 0x8833,
  26. Exif_Photo_ISOSpeedLatitudeyyy = 0x8834,
  27. Exif_Photo_ISOSpeedLatitudezzz = 0x8835,
  28. ExifVer = 0x9000,
  29. ExifDTOrig = 0x9003,
  30. ExifDTDigitized = 0x9004,
  31. ExifCompConfig = 0x9101,
  32. ExifCompBPP = 0x9102,
  33. ExifShutterSpeed = 0x9201,
  34. ExifAperture = 0x9202,
  35. ExifBrightness = 0x9203,
  36. ExifExposureBias = 0x9204,
  37. ExifMaxAperture = 0x9205,
  38. ExifSubjectDist = 0x9206,
  39. ExifMeteringMode = 0x9207,
  40. ExifLightSource = 0x9208,
  41. ExifFlash = 0x9209,
  42. ExifFocalLength = 0x920a,
  43. Exif_Image_FlashEnergy = 0x920b,
  44. Exif_Image_SpatialFrequencyResponse = 0x920c,
  45. Exif_Image_Noise = 0x920d,
  46. Exif_Image_FocalPlaneXResolution = 0x920e,
  47. Exif_Image_FocalPlaneYResolution = 0x920f,
  48. Exif_Image_FocalPlaneResolutionUnit = 0x9210,
  49. Exif_Image_ImageNumber = 0x9211,
  50. Exif_Image_SecurityClassification = 0x9212,
  51. Exif_Image_ImageHistory = 0x9213,
  52. SubjectArea = 0x9214,
  53. Exif_Image_ExposureIndex = 0x9215,
  54. Exif_Image_TIFFEPStandardID = 0x9216,
  55. Exif_Image_SensingMethod = 0x9217,
  56. ExifMakerNote = 0x927c,
  57. ExifUserComment = 0x9286,
  58. ExifDTSubsec = 0x9290,
  59. ExifDTOrigSS = 0x9291,
  60. ExifDTDigSS = 0x9292,
  61. Exif_Image_XPTitle = 0x9c9b,
  62. Exif_Image_XPComment = 0x9c9c,
  63. Exif_Image_XPAuthor = 0x9c9d,
  64. Exif_Image_XPKeywords = 0x9c9e,
  65. Exif_Image_XPSubject = 0x9c9f,
  66. ExifFPXVer = 0xa000,
  67. ExifColorSpace = 0xa001,
  68. ExifPixXDim = 0xa002,
  69. ExifPixYDim = 0xa003,
  70. ExifRelatedWav = 0xa004,
  71. ExifInterop = 0xa005,
  72. ExifFlashEnergy = 0xa20b,
  73. ExifSpatialFR = 0xa20c,
  74. ExifFocalXRes = 0xa20e,
  75. ExifFocalYRes = 0xa20f,
  76. ExifFocalResUnit = 0xa210,
  77. ExifSubjectLoc = 0xa214,
  78. ExifExposureIndex = 0xa215,
  79. ExifSensingMethod = 0xa217,
  80. ExifFileSource = 0xa300,
  81. ExifSceneType = 0xa301,
  82. ExifCfaPattern = 0xa302,
  83. CustomRendered = 0xa401,
  84. ExposureMode = 0xa402,
  85. WhiteBalance = 0xa403,
  86. DigitalZoomRatio = 0xa404,
  87. FocalLengthIn35mmFilm = 0xa405,
  88. SceneCaptureType = 0xa406,
  89. GainControl = 0xa407,
  90. Contrast = 0xa408,
  91. Saturation = 0xa409,
  92. Sharpness = 0xa40a,
  93. DeviceSettingDescription = 0xa40b,
  94. SubjectDistanceRange = 0xa40c,
  95. ImageUniqueID = 0xa420,
  96. Exif_Photo_CameraOwnerName = 0xa430,
  97. Exif_Photo_BodySerialNumber = 0xa431,
  98. Exif_Photo_LensSpecification = 0xa432,
  99. Exif_Photo_LensMake = 0xa433,
  100. Exif_Photo_LensModel = 0xa434,
  101. Exif_Photo_LensSerialNumber = 0xa435,
  102. Exif_Image_PrintImageMatching = 0xc4a5,
  103. Exif_Image_DNGVersion = 0xc612,
  104. Exif_Image_DNGBackwardVersion = 0xc613,
  105. Exif_Image_UniqueCameraModel = 0xc614,
  106. Exif_Image_LocalizedCameraModel = 0xc615,
  107. Exif_Image_CFAPlaneColor = 0xc616,
  108. Exif_Image_CFALayout = 0xc617,
  109. Exif_Image_LinearizationTable = 0xc618,
  110. Exif_Image_BlackLevelRepeatDim = 0xc619,
  111. Exif_Image_BlackLevel = 0xc61a,
  112. Exif_Image_BlackLevelDeltaH = 0xc61b,
  113. Exif_Image_BlackLevelDeltaV = 0xc61c,
  114. Exif_Image_WhiteLevel = 0xc61d,
  115. Exif_Image_DefaultScale = 0xc61e,
  116. Exif_Image_DefaultCropOrigin = 0xc61f,
  117. Exif_Image_DefaultCropSize = 0xc620,
  118. Exif_Image_ColorMatrix1 = 0xc621,
  119. Exif_Image_ColorMatrix2 = 0xc622,
  120. Exif_Image_CameraCalibration1 = 0xc623,
  121. Exif_Image_CameraCalibration2 = 0xc624,
  122. Exif_Image_ReductionMatrix1 = 0xc625,
  123. Exif_Image_ReductionMatrix2 = 0xc626,
  124. Exif_Image_AnalogBalance = 0xc627,
  125. Exif_Image_AsShotNeutral = 0xc628,
  126. Exif_Image_AsShotWhiteXY = 0xc629,
  127. Exif_Image_BaselineExposure = 0xc62a,
  128. Exif_Image_BaselineNoise = 0xc62b,
  129. Exif_Image_BaselineSharpness = 0xc62c,
  130. Exif_Image_BayerGreenSplit = 0xc62d,
  131. Exif_Image_LinearResponseLimit = 0xc62e,
  132. Exif_Image_CameraSerialNumber = 0xc62f,
  133. Exif_Image_LensInfo = 0xc630,
  134. Exif_Image_ChromaBlurRadius = 0xc631,
  135. Exif_Image_AntiAliasStrength = 0xc632,
  136. Exif_Image_ShadowScale = 0xc633,
  137. Exif_Image_DNGPrivateData = 0xc634,
  138. Exif_Image_MakerNoteSafety = 0xc635,
  139. Exif_Image_CalibrationIlluminant1 = 0xc65a,
  140. Exif_Image_CalibrationIlluminant2 = 0xc65b,
  141. Exif_Image_BestQualityScale = 0xc65c,
  142. Exif_Image_RawDataUniqueID = 0xc65d,
  143. Exif_Image_OriginalRawFileName = 0xc68b,
  144. Exif_Image_OriginalRawFileData = 0xc68c,
  145. Exif_Image_ActiveArea = 0xc68d,
  146. Exif_Image_MaskedAreas = 0xc68e,
  147. Exif_Image_AsShotICCProfile = 0xc68f,
  148. Exif_Image_AsShotPreProfileMatrix = 0xc690,
  149. Exif_Image_CurrentICCProfile = 0xc691,
  150. Exif_Image_CurrentPreProfileMatrix = 0xc692,
  151. Exif_Image_ColorimetricReference = 0xc6bf,
  152. Exif_Image_CameraCalibrationSignature = 0xc6f3,
  153. Exif_Image_ProfileCalibrationSignature = 0xc6f4,
  154. Exif_Image_AsShotProfileName = 0xc6f6,
  155. Exif_Image_NoiseReductionApplied = 0xc6f7,
  156. Exif_Image_ProfileName = 0xc6f8,
  157. Exif_Image_ProfileHueSatMapDims = 0xc6f9,
  158. Exif_Image_ProfileHueSatMapData1 = 0xc6fa,
  159. Exif_Image_ProfileHueSatMapData2 = 0xc6fb,
  160. Exif_Image_ProfileToneCurve = 0xc6fc,
  161. Exif_Image_ProfileEmbedPolicy = 0xc6fd,
  162. Exif_Image_ProfileCopyright = 0xc6fe,
  163. Exif_Image_ForwardMatrix1 = 0xc714,
  164. Exif_Image_ForwardMatrix2 = 0xc715,
  165. Exif_Image_PreviewApplicationName = 0xc716,
  166. Exif_Image_PreviewApplicationVersion = 0xc717,
  167. Exif_Image_PreviewSettingsName = 0xc718,
  168. Exif_Image_PreviewSettingsDigest = 0xc719,
  169. Exif_Image_PreviewColorSpace = 0xc71a,
  170. Exif_Image_PreviewDateTime = 0xc71b,
  171. Exif_Image_RawImageDigest = 0xc71c,
  172. Exif_Image_OriginalRawFileDigest = 0xc71d,
  173. Exif_Image_SubTileBlockSize = 0xc71e,
  174. Exif_Image_RowInterleaveFactor = 0xc71f,
  175. Exif_Image_ProfileLookTableDims = 0xc725,
  176. Exif_Image_ProfileLookTableData = 0xc726,
  177. Exif_Image_OpcodeList1 = 0xc740,
  178. Exif_Image_OpcodeList2 = 0xc741,
  179. Exif_Image_OpcodeList3 = 0xc74e,
  180. Exif_Image_NoiseProfile = 0xc761,
  181. GpsVer = 0x0000,
  182. GpsLatitudeRef = 0x0001,
  183. GpsLatitude = 0x0002,
  184. GpsLongitudeRef = 0x0003,
  185. GpsLongitude = 0x0004,
  186. GpsAltitudeRef = 0x0005,
  187. GpsAltitude = 0x0006,
  188. GpsGpsTime = 0x0007,
  189. GpsGpsSatellites = 0x0008,
  190. GpsGpsStatus = 0x0009,
  191. GpsGpsMeasureMode = 0x000a,
  192. GpsGpsDop = 0x000b,
  193. GpsSpeedRef = 0x000c,
  194. GpsSpeed = 0x000d,
  195. GpsTrackRef = 0x000e,
  196. GpsTrack = 0x000f,
  197. GpsImgDirRef = 0x0010,
  198. GpsImgDir = 0x0011,
  199. GpsMapDatum = 0x0012,
  200. GpsDestLatRef = 0x0013,
  201. GpsDestLat = 0x0014,
  202. GpsDestLongRef = 0x0015,
  203. GpsDestLong = 0x0016,
  204. GpsDestBearRef = 0x0017,
  205. GpsDestBear = 0x0018,
  206. GpsDestDistRef = 0x0019,
  207. GpsDestDist = 0x001a,
  208. Exif_GPSInfo_GPSProcessingMethod = 0x001b,
  209. Exif_GPSInfo_GPSAreaInformation = 0x001c,
  210. Exif_GPSInfo_GPSDateStamp = 0x001d,
  211. Exif_GPSInfo_GPSDifferential = 0x001e,
  212. NewSubfileType = 0x00fe,
  213. SubfileType = 0x00ff,
  214. ImageWidth = 0x0100,
  215. ImageHeight = 0x0101,
  216. BitsPerSample = 0x0102,
  217. Compression = 0x0103,
  218. PhotometricInterp = 0x0106,
  219. ThreshHolding = 0x0107,
  220. CellWidth = 0x0108,
  221. CellHeight = 0x0109,
  222. FillOrder = 0x010a,
  223. DocumentName = 0x010d,
  224. ImageDescription = 0x010e,
  225. EquipMake = 0x010f,
  226. EquipModel = 0x0110,
  227. StripOffsets = 0x0111,
  228. Orientation = 0x0112,
  229. SamplesPerPixel = 0x0115,
  230. RowsPerStrip = 0x0116,
  231. StripBytesCount = 0x0117,
  232. MinSampleValue = 0x0118,
  233. MaxSampleValue = 0x0119,
  234. XResolution = 0x011a,
  235. YResolution = 0x011b,
  236. PlanarConfig = 0x011c,
  237. PageName = 0x011d,
  238. XPosition = 0x011e,
  239. YPosition = 0x011f,
  240. FreeOffset = 0x0120,
  241. FreeByteCounts = 0x0121,
  242. GrayResponseUnit = 0x0122,
  243. GrayResponseCurve = 0x0123,
  244. T4Option = 0x0124,
  245. T6Option = 0x0125,
  246. ResolutionUnit = 0x0128,
  247. PageNumber = 0x0129,
  248. TransferFunction = 0x012d,
  249. SoftwareUsed = 0x0131,
  250. DateTime = 0x0132,
  251. Artist = 0x013b,
  252. HostComputer = 0x013c,
  253. Predictor = 0x013d,
  254. WhitePoint = 0x013e,
  255. PrimaryChromaticities = 0x013f,
  256. ColorMap = 0x0140,
  257. HalftoneHints = 0x0141,
  258. TileWidth = 0x0142,
  259. TileLength = 0x0143,
  260. TileOffset = 0x0144,
  261. TileByteCounts = 0x0145,
  262. Exif_Image_SubIFDs = 0x014a,
  263. InkSet = 0x014c,
  264. InkNames = 0x014d,
  265. NumberOfInks = 0x014e,
  266. DotRange = 0x0150,
  267. TargetPrinter = 0x0151,
  268. ExtraSamples = 0x0152,
  269. SampleFormat = 0x0153,
  270. SMinSampleValue = 0x0154,
  271. SMaxSampleValue = 0x0155,
  272. TransferRange = 0x0156,
  273. Exif_Image_ClipPath = 0x0157,
  274. Exif_Image_XClipPathUnits = 0x0158,
  275. Exif_Image_YClipPathUnits = 0x0159,
  276. Exif_Image_Indexed = 0x015a,
  277. Exif_Image_JPEGTables = 0x015b,
  278. Exif_Image_OPIProxy = 0x015f,
  279. JPEGProc = 0x0200,
  280. JPEGInterFormat = 0x0201,
  281. JPEGInterLength = 0x0202,
  282. JPEGRestartInterval = 0x0203,
  283. JPEGLosslessPredictors = 0x0205,
  284. JPEGPointTransforms = 0x0206,
  285. JPEGQTables = 0x0207,
  286. JPEGDCTables = 0x0208,
  287. JPEGACTables = 0x0209,
  288. YCbCrCoefficients = 0x0211,
  289. YCbCrSubsampling = 0x0212,
  290. YCbCrPositioning = 0x0213,
  291. REFBlackWhite = 0x0214,
  292. Exif_Image_XMLPacket = 0x02bc,
  293. Gamma = 0x0301,
  294. ICCProfileDescriptor = 0x0302,
  295. SRGBRenderingIntent = 0x0303,
  296. ImageTitle = 0x0320,
  297. Exif_Iop_RelatedImageFileFormat = 0x1000,
  298. Exif_Iop_RelatedImageWidth = 0x1001,
  299. Exif_Iop_RelatedImageLength = 0x1002,
  300. Exif_Image_Rating = 0x4746,
  301. Exif_Image_RatingPercent = 0x4749,
  302. ResolutionXUnit = 0x5001,
  303. ResolutionYUnit = 0x5002,
  304. ResolutionXLengthUnit = 0x5003,
  305. ResolutionYLengthUnit = 0x5004,
  306. PrintFlags = 0x5005,
  307. PrintFlagsVersion = 0x5006,
  308. PrintFlagsCrop = 0x5007,
  309. PrintFlagsBleedWidth = 0x5008,
  310. PrintFlagsBleedWidthScale = 0x5009,
  311. HalftoneLPI = 0x500a,
  312. HalftoneLPIUnit = 0x500b,
  313. HalftoneDegree = 0x500c,
  314. HalftoneShape = 0x500d,
  315. HalftoneMisc = 0x500e,
  316. HalftoneScreen = 0x500f,
  317. JPEGQuality = 0x5010,
  318. GridSize = 0x5011,
  319. ThumbnailFormat = 0x5012,
  320. ThumbnailWidth = 0x5013,
  321. ThumbnailHeight = 0x5014,
  322. ThumbnailColorDepth = 0x5015,
  323. ThumbnailPlanes = 0x5016,
  324. ThumbnailRawBytes = 0x5017,
  325. ThumbnailSize = 0x5018,
  326. ThumbnailCompressedSize = 0x5019,
  327. ColorTransferFunction = 0x501a,
  328. ThumbnailData = 0x501b,
  329. ThumbnailImageWidth = 0x5020,
  330. ThumbnailImageHeight = 0x5021,
  331. ThumbnailBitsPerSample = 0x5022,
  332. ThumbnailCompression = 0x5023,
  333. ThumbnailPhotometricInterp = 0x5024,
  334. ThumbnailImageDescription = 0x5025,
  335. ThumbnailEquipMake = 0x5026,
  336. ThumbnailEquipModel = 0x5027,
  337. ThumbnailStripOffsets = 0x5028,
  338. ThumbnailOrientation = 0x5029,
  339. ThumbnailSamplesPerPixel = 0x502a,
  340. ThumbnailRowsPerStrip = 0x502b,
  341. ThumbnailStripBytesCount = 0x502c,
  342. ThumbnailResolutionX = 0x502d,
  343. ThumbnailResolutionY = 0x502e,
  344. ThumbnailPlanarConfig = 0x502f,
  345. ThumbnailResolutionUnit = 0x5030,
  346. ThumbnailTransferFunction = 0x5031,
  347. ThumbnailSoftwareUsed = 0x5032,
  348. ThumbnailDateTime = 0x5033,
  349. ThumbnailArtist = 0x5034,
  350. ThumbnailWhitePoint = 0x5035,
  351. ThumbnailPrimaryChromaticities = 0x5036,
  352. ThumbnailYCbCrCoefficients = 0x5037,
  353. ThumbnailYCbCrSubsampling = 0x5038,
  354. ThumbnailYCbCrPositioning = 0x5039,
  355. ThumbnailRefBlackWhite = 0x503a,
  356. ThumbnailCopyRight = 0x503b,
  357. LuminanceTable = 0x5090,
  358. ChrominanceTable = 0x5091,
  359. FrameDelay = 0x5100,
  360. LoopCount = 0x5101,
  361. GlobalPalette = 0x5102,
  362. IndexBackground = 0x5103,
  363. IndexTransparent = 0x5104,
  364. PixelUnit = 0x5110,
  365. PixelPerUnitX = 0x5111,
  366. PixelPerUnitY = 0x5112,
  367. PaletteHistogram = 0x5113,
  368. }

更改历史

  • 1.4.7 版本:开始提供。