SyntaxError: unterminated string literal
Fermé
Dhaye3
Messages postés
99
Date d'inscription
lundi 18 août 2008
Statut
Membre
Dernière intervention
13 mars 2013
-
13 mars 2013 à 02:50
Utilisateur anonyme - 13 mars 2013 à 08:43
Utilisateur anonyme - 13 mars 2013 à 08:43
Bonjour,
voila mon code var nv_img ="<a....
Pourquoi avoir toujours cette erreur
SyntaxError: unterminated string literal
voila mon code var nv_img ="<a....
Pourquoi avoir toujours cette erreur
SyntaxError: unterminated string literal
A voir également:
- Syntaxerror: unterminated string literal
- Syntaxerror: 'return' outside function - Forum Python
- Vli product string - Forum Disque dur / SSD
- Input string was not in a correct format traduction - Forum Virus
- Uncaught syntaxerror: expected expression, got '<' ✓ - Forum Javascript
- Uninitialized string offset ✓ - Forum PHP
1 réponse
Utilisateur anonyme
13 mars 2013 à 08:43
13 mars 2013 à 08:43
Bonjour
Comme le message l'indique, ta chaîne n'est pas terminée. La fin du script doit être rencontrée avant le " correspondant au début de ta chaîne.
Mais tu n'en montres pas assez long pour qu'on puisse te corriger.
Comme le message l'indique, ta chaîne n'est pas terminée. La fin du script doit être rencontrée avant le " correspondant au début de ta chaîne.
Mais tu n'en montres pas assez long pour qu'on puisse te corriger.