_show_exif.vm

来自「一个简单的blog系统」· VM 代码 · 共 42 行

VM
42
字号
<div class="photo_info">
	<div class="photo_info_row">
		<div class="photo_info_title fleft">
			相机:
		</div>
		<div class="photo_info_content">
			&nbsp;$!{_photo.photoInfo.model} ($!{_photo.photoInfo.manufacturer} )
		</div>
	</div>
	<div class="photo_info_row">
		<div class="photo_info_title fleft">
			焦距:
		</div>
		<div class="photo_info_content">
			&nbsp;$!{_photo.photoInfo.focalLength}
		</div>
	</div>
	<div class="photo_info_row">
		<div class="photo_info_title fleft">
			ISO:
		</div>
		<div class="photo_info_content">
			&nbsp;$!{_photo.photoInfo.ISO}
		</div>
	</div>
	<div class="photo_info_row">
		<div class="photo_info_title fleft">
			光圈:
		</div>
		<div class="photo_info_content">
			&nbsp;$!{_photo.photoInfo.aperture}
		</div>
	</div>
	<div class="photo_info_row">
		<div class="photo_info_title fleft">
			曝光:
		</div>
		<div class="photo_info_content">
			&nbsp;$!{_photo.photoInfo.exposureTime}
		</div>
	</div>										
</div>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?