Skip to main content

樣板表示法

· One min read

在做講解投影片時自然而然寫出

import package

public class ${Name} extends Activity{ ... public void onCreate(...){ ... setContentView(${layout}) } }

這樣的 python Template 表示法,抽象化有時確實有助於理解。