⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 _show_exif.vm

📁 一个简单的blog系统
💻 VM
字号:
<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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -