Page 249 - Nodejs 교과서 개정2판
P. 249

߸ࣻ

         res.render ഐ୹ द ࠁղח ߸ࣻܳ ք੸झо ୊ܻ೤פ׮  SPVUFT JOEFY KT੄ ௏٘ܳ ࠁݶ ׮਺ ࠗ࠙੉ ੓णפ׮





           router.get('/',	function(req,	res,	next)	{
           		res.render('index',	{	title:	'Express'	});
           });




          넌적스
           <h1>{{title}}</h1>
           <p>Welcome	to	{{title}}</p>
           <button	class="{{title}}"	type="submit">전송</button>
           <input	placeholder="{{title}}	연습"	/>




         ք੸झীࢲ ߸ࣻח {{	}}۽ хषפ׮


          HTML
           <h1>Express</h1>
           <p>Welcome	to	Express</p>
           <button	class="Express"	type="submit">전송</button>
           <input	placeholder="Express	연습"	/>




         ղࠗী ߸ࣻܳ ࢎਊೡ ࣻب ੓णפ׮  ߸ࣻܳ ࢶ঱ೡ ٸח {% set 변수	=	'값'	%}ܳ ࢎਊ೤פ׮


                                 ք੸झ                                                  )5.-


           {%	set	node	=	'Node.js'	%}                          <p>Node.js와	Javascript</p>
           {%	set	js	=	'Javascript'	%}
           <p>{{node}}와	{{js}}</p>




         )5.-ਸ ੉झா੉೐ೞҊ र૑ ঋ׮ݶ {{	변수	| safe }}ܳ ࢎਊ೤פ׮


                                 ք੸झ                                                  )5.-


           <p>{{'<strong>이스케이프</strong>'}}</p>                 <p><strong>이스케이프</strong></p>
           <p>{{'<strong>이스케이프하지	않음</strong>'	|	sa             <p><strong>이스케이프하지	않음</strong></p>
           fe	}}</p>
   244   245   246   247   248   249   250   251   252   253   254