📄 incomeandout.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="IncomeAndOut.aspx.cs" Inherits="IncomeAndOut" Title="酒店管理" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<script type="text/javascript" src="JS/JScript3.js">
</script>
<div id="DIV1" style="width: 107px; height: 524px; float:left; border-right: gray 1px solid;">
<div id="dropList" style="width: 126px; height: 28px; text-align: center">
<script type="text/javascript">ShowDropList();</script>
</div>
<div id="countShow" style="width: 126px; height: 114px; margin-top:20px">
<script type="text/javascript">showCount();</script>
</div>
</div>
<div style="width: 594px; height: 524px; float:left;">
<div id="ImgShow" style="width: 590px; height: 47px">
<script type="text/javascript">show();</script>
</div>
</div>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -