다음과 같은 예문이 있다..
사실 예문은 아니고 autocompleted.h 헤더..
User's desired TLD, if one is not already present in the text to autocomplete.
When this is non-empty, it also implies that "www." should be prepended to the domain where possible.
This should not have a leading '.' (use "com" instead of ".com").
const string16& desired_tld() const { return desired_tld_; }
TLD가 뭔지 한참 해멨다 ㅠㅠ
![단어장추가](http://dicimg.naver.com/endic/img/btn_addword.gif)
TLD가 톱 레벨 도메인이라니.. ㅠ
prepended도 사전에 없어서 한참 해맸다..
append랑 비슷한말
append는 뒤에 붙여 주고
prepend는 앞에 붙여 주는거임..
'study' 카테고리의 다른 글
Visual Studio color schemes (0) | 2012.11.21 |
---|---|
자바스크립트 새로고침 종류 (0) | 2012.08.17 |
Epoch Time (0) | 2012.08.08 |