<record id="product_template_1" model="product.template"&...
系統功能
今天介紹第三組題型「填空」。
這種題型應該也不需要特別的說明,就是在空格內填入正確的答案,這種題目要確定空格內的答案應該要限制住只有一個答案,如果是...
HTML部分:
<main>
<div>
<button...
方法式迴圈
times方式:
以n.times do ~end的形式。
其中n為個數,times的方式即是以n為次數的迴圈。
例如:
3.times do...
用 Ripper.sexp 看 AST 內容
require 'ripper'
require 'pp'
pp Ripper.sexp <<~RUB...
Given an integer array nums, rotate the array to the right by k steps, where k...