Aidenk/test(r26 RAW)보기RAWBlame되돌리기비교[[분류:테스트]] [목차] == 치지직 == {{{ {{{#!if (채널명 == null && 클립링크 == null && 영상링크 == null && 라이브링크 == null) [[https://m.chzzk.naver.com/|[[파일:치지직 아이콘.svg|width=@크기=25@]]]] }}}{{{#!if (클립링크 != null) [[https://chzzk.naver.com/@채널명=clips/@@클립링크@|[[파일:치지직 아이콘.svg|width=@크기=25@]]]] }}}{{{#!if (영상링크 != null) [[https://chzzk.naver.com/@채널명=video/@@영상링크@|[[파일:치지직 아이콘.svg|width=@크기=25@]]]] }}}{{{#!if (채널명 != null) [[https://chzzk.naver.com/@채널명@|[[파일:치지직 아이콘.svg|width=@크기=25@]]]] }}}{{{#!if (라이브링크 != null) [[https://chzzk.naver.com/@채널명=live/@@라이브링크@|[[파일:치지직 아이콘.svg|width=@크기=25@]]]] }}} }}} === 홈 === [include(사용자:Aidenk)] === 채널 === [include(사용자:Aidenk, 채널명=64d76089fba26b180d9c9e48a32600d9)] === 영상 === [include(사용자:Aidenk, 영상링크=9556147)] === 클립 === [include(사용자:Aidenk, 클립링크=umjbjNemPY)] === 생방 === [include(사용자:Aidenk, 라이브링크=8fd39bb8de623317de90654718638b10)] == 임시 곡추 == [[https://youtu.be/_8uoathMY0A|네네코 마시로 - 봄꿈]] == iframe == === chzzk === {{{#!html <iframe src="https://chzzk.naver.com/embed/video/@영상링크@" width="@크기=560@" height="@넓이=250@" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen> </iframe> }}} {{{#!folding 전문 {{{ {{{#!html <iframe src="https://chzzk.naver.com/embed/video/@영상링크@" width="@크기=560@" height="@넓이=250@" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen> </iframe> }}} }}}}}} === youtube(공식) === ==== 영상 ==== [youtube(DLFDx_CZwf8)] ==== 쇼츠 ==== [youtube(h_J3oSdIVu0)] == 각종 문법 == {{{#!syntax csharp using UnityEngine; // 주석은? using System; using System.Collections; using System.Collections.Generic; using TMPro; GameObject player; // 유니티는 안되는듯 int a = 10; if (a == 10) { Debug.Log("이건 어찌 뜰까?") } void Start() { for if else if else switch case int float string long Console.WriteLine("음...") } Void Update() { } }}} {{{#!syntax python import requests import socket a = [] print(f'{a}') url = "https://theseed.io/" for i in range(666): a = requests.post(url) print(a.text) if # ㅇㅇ else elif for while print def ''' 이거 되나? ''' def molru(): }}} 프린트는 쳐주는데 왜 Console.WriteLine은 색이 그대로일까...