[react] react-helmet - header title 바꾸기 npm install react-helmet --> 설치가 필요 javascript 아래와 같이 표현 document.title = 'header title'; react 문법 예시 import { Helmet } from 'react-helmet'; header title react-helmet - npm program/react 2024.01.28
[MFC] Dialog에서 title(caption) 수정 함수 SetWindowText Samples this->SetWindowText("변경될 title"); program/MFC 2024.01.27