עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

javascript multiline string

Featured Replies

פורסם

אני יוצר איזשהו דף HTML באמצעות JS.

הבעייה היא ש-JS לא מוכן לקבל ירידת שורה בתוך המחרוזת.

התוצאה היא שיוצא לי דף HTML שלם בשורה אחת וזה בלתי קריא בעליל וממש לא נוח לעבוד ככה

יש למשהו פתרון לבעיה?

פורסם

לא משתמשים ב...

\n

כדי לרדת שורה??

פורסם

הוא מתכוון לרדת שורה בקוד, לא ירידת שורה ויזואלית.

אם אני לא טועה אפשר לעשות משהו כזה


alert ("aaa \
asafasf \
sadda");

או משהו בסגנון.

פורסם

לא משתמשים ב...

\n

כדי לרדת שורה??

כן(אם לזה הוא התכוון).

אם אתה רושם משהו כזה:


var str = "";

str += "<html>;
str += "<head>";

....

אתה יכול להפוך את זה למשהו כזה:


var str = "";

str += "<html>\n";
str += "<head\n";

....

פורסם
  • מחבר

הוא מתכוון לרדת שורה בקוד, לא ירידת שורה ויזואלית.

אם אני לא טועה אפשר לעשות משהו כזה


alert ("aaa \
asafasf \
sadda");

או משהו בסגנון.

וואלה, זה עובד.

תודה :)

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.