📄 index.rhtml
字号:
<html>
<head>
<title>observe_to_remote测试</title>
<%= javascript_include_tag "prototype" %>
</head>
<body>
<p>
<%= radio_button(:time, :now, "show") %>显示时间<br/>
<%= observe_field(:time_now_show,
:frequency => 1,
:update => :time_show_place,
:url => {:action => :time_show}) %>
<div id="time_show_place"></div>
</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -