메뉴
×
×
옳은!

연습:

아래 코드에서 누락된 부분을 삽입하여 "Hello World"를 출력합니다.

echo "안녕하세요";
에코 "Hello World";
에코 "Hello World";
"Hello World"를 인쇄하십시오.

Not Correct

Click here to try again.

Correct!

Next ❯

  
  
  




w3schools.com으로 이동
점수 재설정
이 메뉴 닫기
"; txt += " '; txt += ' 나의 페이지'; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; txt += ' '; document.getElementById("사용자 진행").innerHTML = txt; x = Math.round((사용자 점수/운동 횟수) * 100); 도 = x * 3.6; if (도 > 359) 도 = 359; document.getElementById("mypage_circle1").setAttribute("d", describeArc(26, 35, 24, 0, 359)); document.getElementById("mypage_circle2").setAttribute("d", describeArc(26, 35, 24, 0, 도)); document.getElementsByClassName("exercisemenuinner")[0].style.top = "169px"; } } 함수 polarToCartesian(centerX, centerY, 반경, angleInDegrees) { var angleInRadians = (angleInDegrees-90) * Math.PI / 180.0; return { x: centerX + (radius * Math.cos(angleInRadians)), y: centerY + (radius * Math.sin(angleInRadians)) }; } 함수 describeArc(x, y, 반경, 시작 각도, 끝 각도){ var 시작 = polarToCartesian(x, y, 반경, endAngle); var end = polarToCartesian(x, y, 반경, startAngle); var largeArcFlag = endAngle - 시작 각도

47개 연습 중 0개 완료:

PHP 구문
PHP 변수
PHP 문자열
PHP 연산자
PHP If...Else
PHP 스위치
PHP 루프
PHP 함수
PHP 배열
PHP 양식
PHP 날짜
PHP 고급

×

점수를 재설정하시겠습니까?

이렇게 하면 모든 47개 운동의 점수가 재설정됩니다.

정말로 계속하기를 원하십니까?



×

축하합니다!

47개의 PHP 연습을 모두 마쳤습니다.

점수 공유: