V8Js::executeString - Execute a string as Javascript code
V8Js::executeString - Exécute une chaîne comme du code
Consider this example where JSON.parse() parses the string as JSON and eval executes the string as JavaScript
La méthode JSON.parse() analyse une chaîne de caractères JSON et construit la valeur JavaScript ou l'objet décrit par cette chaîne.
However, this doesn't give us a JavaScript String as you might expect, but an instance of a native class, NSURL, that has a few methods on it that make manipulating URL strings easier.
Cependant, cela ne nous donne pas un JavaScript String comme on pourrait s'y attendre, mais une instance d'une classe native, NSURL qui comporte quelques méthodes permettant de manipuler des chaînes d'URL
This has inherent advantages over solutions that use runtime interpreted string-based languages such as JavaScript and DHTML.
Cette méthode jouit d'avantages inhérents comparativement aux solutions qui utilisent des langages à chaîne interprétés selon le temps d'exploitation tels que le Java Script et le DHTML.
JavaScript's String type is used to represent textual data.
Ce type JavaScript est utilisé afin de représenter des données textuelles.
To gain familiarity with the basics of strings in JavaScript.
Echappe une chaîne pour qu'elle soit JavaScript friendly.
A string containing the JavaScript statements comprising the function definition.
Une chaîne contenant les instructions JavaScript faisant partie de la définition de la fonction.
How can I convert a string to boolean in JavaScript?
Comment remplacer toutes les occurrences d'une chaîne en JavaScript?
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.