請先輸入「=upper(位置)」,取得該欄小寫變大寫的值。
在儲存格右下方,把格式copy到整排,一般人都會。
接下來copy程式那一行->c
這樣就可以取得文字了。
//php echo "hello";
//javascript alert( "hello");
//java
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello! World!");
}
}
//css
body{margin:0;padding:0;}
//mysql SELECT * FROM my_table WHERE id<30;
//html <h1> hello </h1>